Mapper.Fetch Method |
Name | Description | |
---|---|---|
Fetch<T>(Cql) |
Gets a list of T from Cassandra using the CQL statement specified.
| |
Fetch<T>(CqlQueryOptions) |
Gets a list of all T from Cassandra.
| |
Fetch<T>(String,Object[]) |
Gets a list of T from Cassandra using the CQL statement and parameter values specified.
|