Mapper.FirstAsync Method |
Name | Description | |
---|---|---|
FirstAsync<T>(Cql) |
Gets the first T from Cassandra using the CQL specified. Will throw if no records are returned.
| |
FirstAsync<T>(String,Object[]) |
Gets the first T from Cassandra using the CQL statement and parameter values specified. Will throw if no
records are returned.
|