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

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

Parameters

cqlQuery
Type: System.String
consistency
Type: Dse.ConsistencyLevel

Return Value

Type: RowSet
See Also