Click or drag to resize

TableTEntity Constructor

Overload List
  NameDescription
Public methodTableTEntity(ISession)
Creates a new instance of the Linq IQueryProvider that represents a table in Cassandra using Global configuration.
Public methodTableTEntity(ISession, MappingConfiguration)

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.

Public methodTableTEntity(ISession, MappingConfiguration, String)

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

Use this constructor if you want to use a different table name than the one defined in the mapping configuration.

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

Public methodTableTEntity(ISession, MappingConfiguration, String, String)

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

Use this constructor if you want to use a different table and keyspace names than the ones defined in the mapping configuration.

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

Top
See Also