LinqDataSourceView.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.
For a description of this member, see the SaveViewState() method.
This API supports the product infrastructure and is not intended to be used directly from your code.
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 LinqDataSourceView 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 LinqDataSourceView instance is cast to the IStateManager interface.