| ICqlQueryClientFetchPageT Method (Cql) | 
            Gets a paged list of T results from Cassandra.
            Suitable for manually page through all the results of a query.
            
 
Namespace: Dse.MappingAssembly: Dse (in Dse.dll) Version: 2.2.0
SyntaxIPage<T> FetchPage<T>(
	Cql cql
)
Parameters
- cql
 - Type: Dse.MappingCql
 
Type Parameters
- T
 
Return Value
Type: 
IPageT
See Also