MetaTable.DataContextType Property

Definition

Gets the type of the data context that is associated with the table.

public:
 property Type ^ DataContextType { Type ^ get(); };
public Type DataContextType { get; }
member this.DataContextType : Type
Public ReadOnly Property DataContextType As Type

Property Value

The type of the data context.

Remarks

For more information, see the System.Data.Linq.DataContext class overview.

Applies to