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)
member StoreOriginalValues : results:IList * include:Func<PropertyDescriptor, bool> -> unit
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: