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

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

Parameters

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

Return Value

Type: RowSet
See Also