CqlQuery<TEntity>.ExecutePagedAsync 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
Syntax public Task<IPage<TEntity>> ExecutePagedAsync(
string executionProfile
)
Parameters
- executionProfile
- Type: System.String
Return Value
Type:
Task<IPage<TEntity>>See Also