Click or drag to resize
ICqlQueryAsyncClientFetchAsyncT Method (String, Object)
Gets a list of T from Cassandra using the CQL statement and parameter values specified.

Namespace: Cassandra.Mapping
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
Task<IEnumerable<T>> FetchAsync<T>(
	string cql,
	params Object[] args
)

Parameters

cql
Type: SystemString
args
Type: SystemObject

Type Parameters

T

Return Value

Type: TaskIEnumerableT
See Also