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