Click or drag to resize

ISessionExecute Method (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).

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
RowSet Execute(
	IStatement statement,
	string executionProfileName
)

Parameters

statement
Type: DseIStatement
Statement to execute.
executionProfileName
Type: SystemString
ExecutionProfile name to be used while executing the statement.

Return Value

Type: RowSet
See Also