Table<TEntity>::Context Property

 

Gets the DataContext that has been used to retrieve this Table<TEntity>.

Namespace:   System.Data.Linq
Assembly:  System.Data.Linq (in System.Data.Linq.dll)

public:
property DataContext^ Context {
	virtual DataContext^ get() sealed;
}

Property Value

Type: System.Data.Linq::DataContext^

The data context that has been used to retrieve this table.

Implements

ITable::Context

.NET Framework
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Return to top
Show: