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.

Namespace:   System.Web.UI.WebControls
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
Return to top
Show: