Click or drag to resize

SessionExecute Method (String)

Executes the provided query.

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

Parameters

cqlQuery
Type: SystemString

Return Value

Type: RowSet

Implements

ISessionExecute(String)
See Also