Click or drag to resize
CqlQueryBaseTEntity Class
Inheritance Hierarchy

Namespace: Cassandra.Data.Linq
Assembly: Cassandra (in Cassandra.dll) Version: 3.3.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
See Also