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