ICqlQueryAsyncClientFetchAsyncT Method (String, Object) |
Gets a list of T from Cassandra using the CQL statement and parameter values specified.
Namespace: Dse.MappingAssembly: Dse (in Dse.dll) Version: 2.2.0
Syntax Task<IEnumerable<T>> FetchAsync<T>(
string cql,
params Object[] args
)
Parameters
- cql
- Type: SystemString
- args
- Type: SystemObject
Type Parameters
- T
Return Value
Type:
TaskIEnumerableTSee Also