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