DataStax Enterprise C# Driver
DataStax Enterprise C# Driver
Namespaces
Dse.Mapping
Mapper Class
Mapper Methods
Fetch Method
Fetch(T) Method (Cql)
Fetch(T) Method (CqlQueryOptions)
Fetch(T) Method (String, Object[])
Mapper
Fetch
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
IEnumerable
<T>
Fetch
<T>(
Cql
cql
)
Parameters
cql
Type:
Dse.Mapping
Cql
Type Parameters
T
Return Value
Type:
IEnumerable
T
Implements
ICqlQueryClient
Fetch
T
(Cql)
See Also
Reference
Mapper Class
Fetch Overload
Dse.Mapping Namespace
DataStax C# Drivers User Mailing List
© 2017 DataStax, All rights reserved.