Click or drag to resize
Cassandra.Data.Linq Namespace
The core module of the Datastax C# Linq Driver for Apache Cassandra (C*). This module offers a Linq driver and simple ORM mapper to work with CQL3.
Classes
  ClassDescription
Public classAllowFilteringAttribute Obsolete.
The ALLOW FILTERING option allows to explicitly allow queries that require filtering. Please note that a query using ALLOW FILTERING may thus have unpredictable performance (for the definition above), i.e. even a query that selects a handful of records may exhibit performance that depends on the total amount of data stored in the cluster.
Public classBatch
Public classClusteringKeyAttribute Obsolete.
Indicates that the property or field is part of the Clustering Key
Public classColumnAttribute Obsolete.
Public classCompactStorageAttribute Obsolete.
Public classCounterAttribute Obsolete.
Indicates that the property or field is a counter column
Public classCqlArgumentException
Public classCqlCommand
Public classCqlConditionalCommandTEntity
Represents an INSERT/UPDATE/DELETE command with support for Lightweight transactions.
Public classCqlDelete
Public classCqlFunction
Represents a set of functions that are defined at CQL level
Public classCqlInsertTEntity
Represents an INSERT statement
Public classCqlLinqNotSupportedException
Public classCqlOperator
Public classCqlQueryTEntity
Represents a Linq query that gets evaluated as a CQL statement.
Public classCqlQueryBaseTEntity
Public classCqlQueryExtensions
Public classCqlQuerySingleElementTEntity
Public classCqlScalarTEntity
Represents an IQueryable that returns the first column of the first rows
Public classCqlToken
Public classCqlUpdate
Public classIgnoreAttribute Obsolete.
Specifies that the field or property should be ignored by Linq
Public classPartitionKeyAttribute Obsolete.
Indicates that the property or field is part of the Partition Key
Public classSecondaryIndexAttribute Obsolete.
Determines that there is a secondary index defined for the column
Public classSessionExtensions
Public classStaticColumnAttribute Obsolete.
Indicates that the property or field is a static column
Public classTableTEntity
A Linq IQueryProvider that represents a table in Cassandra
Public classTableAttribute Obsolete.
Specifies table information for a given class
Interfaces
  InterfaceDescription
Public interfaceITable
Enumerations
  EnumerationDescription
Public enumerationTableType