pmMDA.NET

ListClearingUpdate.Execute Method 

[This is preliminary documentation and subject to change.]

Executes this update on the specified dataObject.

public void Execute(
   IDataObject dataObject
);

Parameters

dataObject
The data object which is modified by this update.

Implements

IUpdate.Execute

Remarks

Removes all elements from an indexed property. The indexed property is specified in the constructor.

Exceptions

Exception Type Condition
ArgumentNullException dataObject is null.

See Also

ListClearingUpdate Class | PmMda.Net.Dog.Updates Namespace