Click or drag to resize

SessionPrepare Method (String)

Prepares the provided query string.

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public PreparedStatement Prepare(
	string cqlQuery
)

Parameters

cqlQuery
Type: SystemString
cql query to prepare

Return Value

Type: PreparedStatement

Implements

ISessionPrepare(String)
See Also