Click or drag to resize

CqlQueryTEntityExecutePaged Method (String)

Executes the query with the provided execution profile and returns a page of results

Namespace:  Dse.Data.Linq
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public IPage<TEntity> ExecutePaged(
	string executionProfile
)

Parameters

executionProfile
Type: SystemString

Return Value

Type: IPageTEntity
See Also