EntityDataSourceChangingEventArgs.Context Property

Definition

Gets 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

Property Value

The object context used by the data source.

Applies to