CqlQueryTEntitySetPagingState Method  | 
 
            Sets the paging state, a token representing the current page state of query used to continue paging by retrieving the following result page.
            Setting the paging state will disable automatic paging.
            
 
    Namespace: 
   Cassandra.Data.Linq
    Assembly:
   Cassandra (in Cassandra.dll) Version: 3.11.0
Syntaxpublic CqlQuery<TEntity> SetPagingState(
	byte[] pagingState
)
Parameters
- pagingState
 - Type: SystemByte
 
Return Value
Type: 
CqlQueryTEntityThis instance
See Also