EntityDataSourceChangedEventArgs.Context 属性

定义

获取由数据源使用的 ObjectContextGets the ObjectContext used by the data source.

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

属性值

ObjectContext

由数据源使用的上下文。The context used by the data source.

适用于