Click or drag to resize

SessionPrepare Method (String, IDictionaryString, Byte)

Namespace:  Cassandra
Assembly:  Cassandra (in Cassandra.dll) Version: 3.9.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