QueryableDataSourceView::StoreOriginalValues Method (IList^, Func<PropertyDescriptor^, Boolean>^)
.NET Framework (current version)
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.
.NET Framework
Available since 4.0
Available since 4.0
Show: