MapperFetchAsyncT 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.10.0
Syntaxpublic Task<IEnumerable<T>> FetchAsync<T>(
	string cql,
	params Object[] args
)
Parameters
- cql
 - Type: SystemString
 - args
 - Type: SystemObject
 
Type Parameters
- T
 
Return Value
Type: 
TaskIEnumerableTImplements
ICqlQueryAsyncClientFetchAsyncT(String, Object)
See Also