EntityDataSourceChangedEventArgs::Context Property

 

Gets the ObjectContext used by the data source.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web.Entity (in System.Web.Entity.dll)

public:
property ObjectContext^ Context {
	ObjectContext^ get();
}

Property Value

Type: System.Data.Objects::ObjectContext^

The context used by the data source.

.NET Framework
Available since 3.5
Return to top
Show: