Click or drag to resize

CqlQuerySingleElementTEntity Class

Inheritance Hierarchy
SystemObject
  DseStatement
    Dse.Data.LinqCqlQueryBaseTEntity
      Dse.Data.LinqCqlQuerySingleElementTEntity

Namespace:  Dse.Data.Linq
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public class CqlQuerySingleElement<TEntity> : CqlQueryBase<TEntity>

Type Parameters

TEntity

The CqlQuerySingleElementTEntity type exposes the following members.

Methods
  NameDescription
Public methodBeginExecute
Public methodEndExecute
Public methodExecute
Evaluates the Linq query, executes the cql statement and returns the first result.
Public methodExecute(String)
Evaluates the Linq query, executes the cql statement with the provided execution profile and returns the first result.
Public methodExecuteAsync
Public methodExecuteAsync(String)
Public methodSetConsistencyLevel
Public methodSetSerialConsistencyLevel
Public methodToString (Overrides ObjectToString.)
Top
See Also