Click or drag to resize
SessionExtensions Class
Inheritance Hierarchy
SystemObject
  Cassandra.Data.LinqSessionExtensions

Namespace: Cassandra.Data.Linq
Assembly: Cassandra (in Cassandra.dll) Version: 3.2.0
Syntax
C#
public static class SessionExtensions

The SessionExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreateBatch
Public methodStatic memberGetTableTEntity

Extension method used for backward-compatibility, use TableTEntity(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