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
Syntaxpublic IPage<TEntity> ExecutePaged(
string executionProfile
)
Parameters
- executionProfile
- Type: SystemString
Return Value
Type:
IPageTEntity
See Also