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