EntityDataSourceView::IStateManager::LoadViewState Method (Object^)

 

Restores the previously saved view state for the data source view.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web.Entity (in System.Web.Entity.dll)

private:
virtual void LoadViewState(
	Object^ savedState
) sealed = IStateManager::LoadViewState

Parameters

savedState
Type: System::Object^

The EntityDataSourceView control state to restore.

.NET Framework
Available since 3.5
Return to top
Show: