DataStax Enterprise C# Driver
DataStax Enterprise C# Driver
Namespaces
Dse.Mapping
Mapper Class
Mapper Methods
FetchAsync Method
FetchAsync(T) Method (Cql)
FetchAsync(T) Method (CqlQueryOptions)
FetchAsync(T) Method (String, Object[])
Mapper
FetchAsync
T
Method (Cql)
Gets a list of T from Cassandra using the CQL statement specified.
Namespace:
Dse.Mapping
Assembly:
Dse (in Dse.dll) Version: 2.2.0
Syntax
C#
Copy
public
Task
<
IEnumerable
<T>>
FetchAsync
<T>(
Cql
cql
)
Parameters
cql
Type:
Dse.Mapping
Cql
Type Parameters
T
Return Value
Type:
Task
IEnumerable
T
Implements
ICqlQueryAsyncClient
FetchAsync
T
(Cql)
See Also
Reference
Mapper Class
FetchAsync Overload
Dse.Mapping Namespace
DataStax C# Drivers User Mailing List
© 2017 DataStax, All rights reserved.