ISessionPrepareAsync Method (String) |
Prepares the provided query string asynchronously.
Namespace:
Dse
Assembly:
Dse (in Dse.dll) Version: 2.6.0
Syntax Task<PreparedStatement> PrepareAsync(
string cqlQuery
)
Parameters
- cqlQuery
- Type: SystemString
cql query to prepare
Return Value
Type:
TaskPreparedStatementSee Also