Click or drag to resize

ISessionExecute Method (String, String)

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