ICqlQueryClient.FirstOrDefault Method |
Name | Description | |
---|---|---|
FirstOrDefault<T>(Cql) |
Gets the first T from Cassandra using the CQL statement specified. Will return the default value of T if
no records are found.
| |
FirstOrDefault<T>(String,Object[]) |
Gets the first T from Cassandra using the CQL statement and parameter values specified. Will return the
default value of T is no records are found.
|