| ICqlQueryAsyncClientFetchPageAsyncT 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.MappingAssembly: Dse (in Dse.dll) Version: 2.4.0
SyntaxTask<IPage<T>> FetchPageAsync<T>(
	CqlQueryOptions queryOptions = null
)
Parameters
- queryOptions (Optional)
 - Type: Dse.MappingCqlQueryOptions
 
Type Parameters
- T
 
Return Value
Type: 
TaskIPageT
See Also