TableTEntity Constructor |
Name | Description | |
---|---|---|
TableTEntity(ISession) |
Creates a new instance of the Linq IQueryProvider that represents a table in Cassandra using Global configuration.
| |
TableTEntity(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. | |
TableTEntity(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. | |
TableTEntity(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. |