Click or drag to resize

SessionExecute Method (String, String)

Namespace:  Cassandra
Assembly:  Cassandra (in Cassandra.dll) Version: 3.11.0
Syntax
C#
public RowSet Execute(
	string cqlQuery,
	string executionProfileName
)

Parameters

cqlQuery
Type: SystemString
Query to execute.
executionProfileName
Type: SystemString
ExecutionProfile name to be used while executing the statement.

Return Value

Type: RowSet

Implements

ISessionExecute(String, String)
See Also