EntityDataSource.LoadControlState(Object) Method

Definition

Loads the state of the properties in the EntityDataSource control that need to be persisted.

protected:
 override void LoadControlState(System::Object ^ savedState);
protected override void LoadControlState (object savedState);
override this.LoadControlState : obj -> unit
Protected Overrides Sub LoadControlState (savedState As Object)

Parameters

savedState
Object

The Object that contains state information.

Applies to