Click or drag to resize

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
C#
public Task<IPage<TEntity>> ExecutePagedAsync(
	string executionProfile
)

Parameters

executionProfile
Type: SystemString

Return Value

Type: TaskIPageTEntity
See Also