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

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
public RowSet Execute(
	string cqlQuery
)

Parameters

cqlQuery
Type: SystemString

Return Value

Type: RowSet

Implements

ISessionExecute(String)
See Also