Click or drag to resize

CqlScalarTEntity Class

Represents an IQueryable that returns the first column of the first rows
Inheritance Hierarchy
SystemObject
  DseStatement
    Dse.Data.LinqCqlQueryBaseTEntity
      Dse.Data.LinqCqlScalarTEntity

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

Type Parameters

TEntity

The CqlScalarTEntity type exposes the following members.

Methods
  NameDescription
Public methodBeginExecute
Public methodEndExecute
Public methodExecute
Public methodExecute(String)
Public methodExecuteAsync
Public methodExecuteAsync(String)
Public methodSetConsistencyLevel
Public methodToString (Overrides ObjectToString.)
Top
See Also