LinqDataSourceView.StoreOriginalValues(IList) Method

Definition

Stores the original values from the Select operation in the control's view state.

protected:
 override void StoreOriginalValues(System::Collections::IList ^ results);
protected override void StoreOriginalValues (System.Collections.IList results);
override this.StoreOriginalValues : System.Collections.IList -> unit
Protected Overrides Sub StoreOriginalValues (results As IList)

Parameters

results
IList

The result of the Select operation.

Applies to