| ISessionPrepare Method (String) | 
            Prepares the provided query string.
            
 
Namespace: DseAssembly: Dse (in Dse.dll) Version: 2.2.0
SyntaxPreparedStatement Prepare(
	string cqlQuery
)
Parameters
- cqlQuery
 - Type: SystemString
cql query to prepare 
Return Value
Type: 
PreparedStatement
See Also