| ISessionPrepare Method (String, String) | 
            Prepares the query on the provided keyspace.
            
 
Namespace: DseAssembly: Dse (in Dse.dll) Version: 2.4.0
SyntaxPreparedStatement Prepare(
	string cqlQuery,
	string keyspace
)
Parameters
- cqlQuery
 - Type: SystemString
Cql query to prepare - keyspace
 - Type: SystemString
The keyspace to prepare this query with 
Return Value
Type: 
PreparedStatement
See Also