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