Click or drag to resize

SessionPrepareAsync Method (String, String)

Prepares the query asynchronously on the provided keyspace.

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public Task<PreparedStatement> PrepareAsync(
	string cqlQuery,
	string keyspace
)

Parameters

cqlQuery
Type: SystemString
Cql query to prepare
keyspace
Type: SystemString
The keyspace to prepare this query with

Return Value

Type: TaskPreparedStatement

Implements

ISessionPrepareAsync(String, String)
See Also