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.10.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