Click or drag to resize

SessionExtensions Class

Inheritance Hierarchy
SystemObject
  Dse.Data.LinqSessionExtensions

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

The SessionExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreateBatch(ISession)
Public methodStatic memberCreateBatch(ISession, BatchType)
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