ISession.Prepare Method (String, IDictionary<String,Byte[]>) |
Prepares the query string, sending the custom payload request.
Namespace:
Dse
Assembly:
Dse (in Dse.dll) Version: 2.6.0
Syntax PreparedStatement Prepare(
string cqlQuery,
IDictionary<string, byte[]> customPayload
)
Parameters
- cqlQuery
- Type: System.String
cql query to prepare - customPayload
- Type: System.Collections.Generic.IDictionary<String,Byte[]>
Custom outgoing payload to send with the prepare request
Return Value
Type:
PreparedStatementSee Also