Click or drag to resize

SessionExtensions Methods

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