DataStax Enterprise C# Driver
DataStax Enterprise C# Driver
Namespaces
Dse
Session Class
Session Methods
Prepare Method
Prepare Method (String)
Prepare Method (String, IDictionary(String, Byte[]))
Prepare Method (String, String)
Prepare Method (String, String, IDictionary(String, Byte[]))
Session
Prepare Method (String)
Prepares the provided query string.
Namespace:
Dse
Assembly:
Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
Copy
public
PreparedStatement
Prepare
(
string
cqlQuery
)
Parameters
cqlQuery
Type:
System
String
cql query to prepare
Return Value
Type:
PreparedStatement
Implements
ISession
Prepare(String)
See Also
Reference
Session Class
Prepare Overload
Dse Namespace
DataStax C# Drivers User Mailing List
© DataStax, All rights reserved.