Click or drag to resize
ISessionExecute Method (String)
Executes the provided query.

Namespace: Dse
Assembly: Dse (in Dse.dll) Version: 2.3.0
Syntax
C#
RowSet Execute(
	string cqlQuery
)

Parameters

cqlQuery
Type: SystemString

Return Value

Type: RowSet
See Also