ISession.Execute Method (IStatement, String) |
Namespace:
Cassandra
Assembly:
Cassandra (in Cassandra.dll) Version: 3.10.0
Syntax RowSet Execute(
IStatement statement,
string executionProfileName
)
Parameters
- statement
- Type: Cassandra.IStatement
Statement to execute. - executionProfileName
- Type: System.String
ExecutionProfile name to be used while executing the statement.
Return Value
Type:
RowSetSee Also