Click or drag to resize

ISessionExecute Method (String)

Executes the provided query.

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

Parameters

cqlQuery
Type: SystemString

Return Value

Type: RowSet
See Also