DataStax Enterprise C# Driver
DataStax Enterprise C# Driver
Namespaces
Dse.Mapping
Mapper Class
Mapper Methods
FetchPageAsync Method
FetchPageAsync(T) Method (Cql)
FetchPageAsync(T) Method (CqlQueryOptions)
FetchPageAsync(T) Method (Int32, Byte[], String, Object[])
Mapper
FetchPageAsync
T
Method (Cql)
Gets a paged list of T results from Cassandra. Suitable for manually page through all the results of a query.
Namespace:
Dse.Mapping
Assembly:
Dse (in Dse.dll) Version: 2.1.0
Syntax
C#
Copy
public
Task
<
IPage
<T>>
FetchPageAsync
<T>(
Cql
cql
)
Parameters
cql
Type:
Dse.Mapping
Cql
Type Parameters
T
Return Value
Type:
Task
IPage
T
Implements
ICqlQueryAsyncClient
FetchPageAsync
T
(Cql)
See Also
Reference
Mapper Class
FetchPageAsync Overload
Dse.Mapping Namespace
DataStax C# Drivers User Mailing List
© 2017 DataStax, All rights reserved.