This documentation is archived and is not being maintained.
QueryableDataSourceView::StoreOriginalValues Method (IList, Func<PropertyDescriptor, Boolean>)
Visual Studio 2010
Stores the original values from the select operation in the control's view state when delete or update operations are enabled.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
protected: void StoreOriginalValues( IList^ results, Func<PropertyDescriptor^, bool>^ include )
Parameters
- results
- Type: System.Collections::IList
The result of the operation.
- include
- Type: System::Func<PropertyDescriptor, Boolean>
The method that determines the properties to include.
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: