Click or drag to resize

SessionPrepare Method (String, IDictionaryString, Byte)

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

Parameters

cqlQuery
Type: SystemString
customPayload
Type: System.Collections.GenericIDictionaryString, Byte

Return Value

Type: PreparedStatement

Implements

ISessionPrepare(String, IDictionaryString, Byte)
See Also