CqlQueryTEntityExecutePaged Method (String) | 
 
            Executes the query with the provided execution profile and returns a page of results
            
 
    Namespace: 
   Cassandra.Data.Linq
    Assembly:
   Cassandra (in Cassandra.dll) Version: 3.10.0
Syntaxpublic IPage<TEntity> ExecutePaged(
	string executionProfile
)
Parameters
- executionProfile
 - Type: SystemString
 
Return Value
Type: 
IPageTEntity
See Also