TableTEntity Constructor (ISession) | 
 
            Creates a new instance of the Linq IQueryProvider that represents a table in Cassandra using 
Global configuration.
            
 
    Namespace: 
   Cassandra.Data.Linq
    Assembly:
   Cassandra (in Cassandra.dll) Version: 3.10.0
Syntaxpublic Table(
	ISession session
)
Parameters
- session
 - Type: CassandraISession
Session instance to be used to execute the statements 
See Also