SessionExecute Method (String, String) |
Namespace:
Cassandra
Assembly:
Cassandra (in Cassandra.dll) Version: 3.11.0
Syntax public RowSet 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:
RowSetImplements
ISessionExecute(String, String)See Also