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.

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5
Show: