EntityDataSourceView.IStateManager.SaveViewState Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Saves the changes to view state for the EntityDataSourceView control since the time that the page was posted back to the server.
virtual System::Object ^ System.Web.UI.IStateManager.SaveViewState() = System::Web::UI::IStateManager::SaveViewState;
object IStateManager.SaveViewState ();
abstract member System.Web.UI.IStateManager.SaveViewState : unit -> obj
override this.System.Web.UI.IStateManager.SaveViewState : unit -> obj
Function SaveViewState () As Object Implements IStateManager.SaveViewState
Returns
The object that contains the changes to the EntityDataSourceView control's view state, or null
(Nothing
in Visual Basic) if there is no view state associated with the object.
Implements
Remarks
This member is an explicit interface member implementation. It can be used only when the EntityDataSourceView instance is cast to an IStateManager interface.