Click or drag to resize

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

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
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: RowSet

Implements

ISessionExecute(String, String)
See Also