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)

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
Return to top
Show: