Click or drag to resize
CqlQueryBaseTEntity Class
Inheritance Hierarchy

Namespace: Cassandra.Data.Linq
Assembly: Cassandra (in Cassandra.dll) Version: 3.7.0
Syntax
C#
public abstract class CqlQueryBase<TEntity> : Statement

Type Parameters

TEntity

The CqlQueryBaseTEntity type exposes the following members.

Methods
  NameDescription
Public methodBeginExecute
Public methodEndExecute
Public methodExecute
Evaluates the Linq query, executes the cql statement and adapts the results.
Public methodExecuteAsync
Evaluates the Linq query, executes asynchronously the cql statement and adapts the results.
Public methodGetTable
Top
Properties
  NameDescription
Public propertyElementType
Public propertyExpression
Public propertyQueryTrace
After being executed, it retrieves the trace of the CQL query.

Use EnableTracing(Boolean) to enable tracing.

Note that enabling query trace introduces server-side overhead by storing request information, so it's recommended that you only enable query tracing when trying to identify possible issues / debugging.

Public propertyRoutingKey (Overrides StatementRoutingKey.)
Top
See Also