Click or drag to resize
CqlScalarTEntity Class
Represents an IQueryable that returns the first column of the first rows
Inheritance Hierarchy
SystemObject
  CassandraStatement
    Cassandra.Data.LinqCqlQueryBaseTEntity
      Cassandra.Data.LinqCqlScalarTEntity

Namespace: Cassandra.Data.Linq
Assembly: Cassandra (in Cassandra.dll) Version: 3.3.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 methodExecuteAsync
Public methodSetConsistencyLevel
Public methodToString (Overrides ObjectToString.)
Top
See Also