CqlQueryTEntityExecutePagedAsync Method (String) | 
 
            Asynchronously executes the query with the provided execution profile and returns a task of a page of results
            
 
    Namespace: 
   Cassandra.Data.Linq
    Assembly:
   Cassandra (in Cassandra.dll) Version: 3.11.0
Syntaxpublic Task<IPage<TEntity>> ExecutePagedAsync(
	string executionProfile
)
Parameters
- executionProfile
 - Type: SystemString
 
Return Value
Type: 
TaskIPageTEntity
See Also