LinqDataSourceDisposeEventArgs::ObjectInstance Property
Gets the data context object to dispose.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
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 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.