LinqDataSourceView.IStateManager.SaveViewState Method

Definition

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.

C#
object 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.

Applies to

Производ Верзије
.NET Framework 3.5

See also