Click or drag to resize
Session.Prepare Method (String, IDictionary<String,Byte[]>)

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

Parameters

cqlQuery
Type: System.String
customPayload
Type: System.Collections.Generic.IDictionary<String,Byte[]>

Return Value

Type: PreparedStatement

Implements

ISession.Prepare(String, IDictionary<String,Byte[]>)
See Also