This documentation is archived and is not being maintained.

LinqDataSourceDisposeEventArgs::ObjectInstance Property

Gets the data context object to dispose.

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

public:
property Object^ ObjectInstance {
	Object^ get ();
}

Property Value

Type: System::Object
An object that represents the data context.

The ObjectInstance property contains the data context object that the LinqDataSource control uses for data operations. You can use the ObjectInstance property to retrieve the data context object if you want to examine the object before it is disposed.

When the LinqDataSource control interacts with a database, the ObjectInstance property is set to the DataContext object that represents the database. When the LinqDataSource control interacts with an in-memory data collection, the ObjectInstance property is set to the object that contains the data collection.

.NET Framework

Supported in: 4, 3.5

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: