DataStax C# Driver for Apache Cassandra
DataStax C# Driver for Apache Cassandra
Namespaces
Cassandra.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:
Cassandra.Mapping
Assembly:
Cassandra (in Cassandra.dll) Version: 3.6.0
Syntax
C#
Copy
public
IPage
<T>
FetchPage
<T>(
Cql
cql
)
Parameters
cql
Type:
Cassandra.Mapping
.
Cql
Type Parameters
T
Return Value
Type:
IPage
<
T
>
Implements
ICqlQueryClient
.
FetchPage
<
T
>
(Cql)
See Also
Reference
Mapper Class
FetchPage Overload
Cassandra.Mapping Namespace
DataStax C# Driver for Apache Cassandra User Mailing List
© 2018 DataStax, All rights reserved.