Click or drag to resize
SessionExtensions Class
Inheritance Hierarchy
System.Object
  Cassandra.Data.Linq.SessionExtensions

Namespace: Cassandra.Data.Linq
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
public static class SessionExtensions

The SessionExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreateBatch
Public methodStatic memberGetTable<TEntity>

Extension method used for backward-compatibility, use Table<TEntity>(ISession) constructor instead.

Creates a new instance of the Linq IQueryProvider that represents a table in Cassandra using the mapping configuration provided.

Fluent configuration or attributes can be used to define mapping information.

Top
See Also