ITable::Context Property

 

Gets the DataContext that has been used to retrieve this ITable.

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

property DataContext^ Context {
	DataContext^ get();
}

Property Value

Type: System.Data.Linq::DataContext^

The DataContext used to retrieve the ITable.

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