ITable.Context Propriété

Définition

Obtient l'objet DataContext qui a été utilisé pour récupérer ITable.

public:
 property System::Data::Linq::DataContext ^ Context { System::Data::Linq::DataContext ^ get(); };
public System.Data.Linq.DataContext Context { get; }
member this.Context : System.Data.Linq.DataContext
Public ReadOnly Property Context As DataContext

Valeur de propriété

DataContext utilisé pour récupérer l'objet ITable.

S’applique à