Click or drag to resize

TableTEntity Constructor (ISession)

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

Namespace:  Dse.Data.Linq
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public Table(
	ISession session
)

Parameters

session
Type: DseISession
Session instance to be used to execute the statements
See Also