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 (CqlQueryOptions)
Gets a paged list of T results from Cassandra using the CQL statement specified. 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>(
CqlQueryOptions
queryOptions
=
null
)
Parameters
queryOptions
(Optional)
Type:
Dse.Mapping
CqlQueryOptions
Type Parameters
T
Return Value
Type:
IPage
T
Implements
ICqlQueryClient
FetchPage
T
(CqlQueryOptions)
See Also
Reference
Mapper Class
FetchPage Overload
Dse.Mapping Namespace
DataStax C# Drivers User Mailing List
© DataStax, All rights reserved.