TableTEntity Constructor (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.
Namespace: Dse.Data.Linq
public Table( ISession session, MappingConfiguration config, string tableName, string keyspaceName )