Click or drag to resize

SessionPrepare Method (String, IDictionaryString, Byte)

Prepares the query string, sending the custom payload request.

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public PreparedStatement Prepare(
	string cqlQuery,
	IDictionary<string, byte[]> customPayload
)

Parameters

cqlQuery
Type: SystemString
cql query to prepare
customPayload
Type: System.Collections.GenericIDictionaryString, Byte
Custom outgoing payload to send with the prepare request

Return Value

Type: PreparedStatement

Implements

ISessionPrepare(String, IDictionaryString, Byte)
See Also