Click or drag to resize
CqlScalar<TEntity> Class
Represents an IQueryable that returns the first column of the first rows
Inheritance Hierarchy
System.Object
  Cassandra.Statement
    Cassandra.Data.Linq.CqlQueryBase<TEntity>
      Cassandra.Data.Linq.CqlScalar<TEntity>

Namespace: Cassandra.Data.Linq
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
public class CqlScalar<TEntity> : CqlQueryBase<TEntity>

Type Parameters

TEntity

The CqlScalar<TEntity> type exposes the following members.

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