Table(Of TEntity).Context Property

 

Gets the DataContext that has been used to retrieve this Table(Of TEntity).

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

Public ReadOnly Property Context As DataContext

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: