ISessionExecute Method (String, String) | 
  
    Namespace: 
   Cassandra
    Assembly:
   Cassandra (in Cassandra.dll) Version: 3.13.0
SyntaxRowSet Execute(
	string cqlQuery,
	string executionProfileName
)
Parameters
- cqlQuery
 - Type: SystemString
Query to execute. - executionProfileName
 - Type: SystemString
ExecutionProfile name to be used while executing the statement. 
Return Value
Type: 
RowSet
See Also