DataSourceExpressionCollection::SetDirtyObject Method (Object^)

.NET Framework (current version)
 

Marks a specified data source expression object as having changed since the last load or save operation from view state.

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

protected:
virtual void SetDirtyObject(
	Object^ o
) override

Parameters

o
Type: System::Object^

The data source expression object to mark as having changed since the last load or save operation from view state.

.NET Framework
Available since 4.0
Return to top
Show: