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