Click or drag to resize
SessionPrepare Method (String, IDictionaryString, Byte)

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
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