pmMDA.NET

ItemInsertionUpdate.Execute Method 

[This is preliminary documentation and subject to change.]

Executes this update on the specified dataObject.

public override void Execute(
   IDataObject dataObject
);

Parameters

dataObject
The data object which is modified by this update.

Implements

IUpdate.Execute

Remarks

Inserts the value of this update to an indexed property of the dataObject. The value, indexed property and index are specified in the constructor.

Exceptions

Exception Type Condition
ArgumentNullException dataObject is null.

See Also

ItemInsertionUpdate Class | PmMda.Net.Dog.Updates Namespace