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

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

Parameters

cqlQuery
Type: SystemString
consistency
Type: DseConsistencyLevel

Return Value

Type: RowSet

Implements

ISessionExecute(String, ConsistencyLevel)
See Also