QueryableDataSourceView::StoreOriginalValues Method (IList^)
.NET Framework (current version)
Stores the original values from the Select operation in the control's view state.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
Parameters
- results
-
Type:
System.Collections::IList^
The result of the operations.
When you derive from this class you can override this method and call the StoreOriginalValues method to determine which columns should be store for optimistic concurrency.
.NET Framework
Available since 4.0
Available since 4.0
Show: