| ISessionExecute Method (String, ConsistencyLevel) | 
            Executes the provided query.
            
 
Namespace: CassandraAssembly: Cassandra (in Cassandra.dll) Version: 3.6.0
SyntaxRowSet Execute(
	string cqlQuery,
	ConsistencyLevel consistency
)
Parameters
- cqlQuery
 - Type: SystemString
 - consistency
 - Type: CassandraConsistencyLevel
 
Return Value
Type: 
RowSet
See Also