ISessionExecute Method |
Name | Description | |
---|---|---|
Execute(String) |
Executes the provided query.
| |
Execute(IStatement) |
Executes the provided query.
| |
Execute(String, ConsistencyLevel) |
Executes the provided query.
| |
Execute(String, Int32) |
Executes the provided query.
| |
Execute(String, String) |
Executes the provided query with the provided execution profile.
The execution profile must have been added previously to the Cluster using WithExecutionProfiles(ActionIExecutionProfileOptions).
| |
Execute(IStatement, String) |
Executes the provided statement with the provided execution profile.
The execution profile must have been added previously to the Cluster using WithExecutionProfiles(ActionIExecutionProfileOptions).
|