Click or drag to resize

CqlQueryTEntityExecutePaged Method (String)

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

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

Parameters

executionProfile
Type: SystemString

Return Value

Type: IPageTEntity
See Also