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

Namespace: Dse
Assembly: Dse (in Dse.dll) Version: 2.4.0
Syntax
C#
RowSet Execute(
	string cqlQuery,
	ConsistencyLevel consistency
)

Parameters

cqlQuery
Type: SystemString
consistency
Type: DseConsistencyLevel

Return Value

Type: RowSet
See Also