ISessionPrepareAsync Method (String) | 
 
            Prepares the provided query string asynchronously.
            
 
    Namespace: 
   Cassandra
    Assembly:
   Cassandra (in Cassandra.dll) Version: 3.11.0
SyntaxTask<PreparedStatement> PrepareAsync(
	string cqlQuery
)
Parameters
- cqlQuery
 - Type: SystemString
cql query to prepare 
Return Value
Type: 
TaskPreparedStatement
See Also