pmMDA.NET

SingleFieldUpdate.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

Sets the value of the single property to the value of this update. The single property and the new value are specified in the constructor.

Exceptions

Exception Type Condition
ArgumentNullException dataObject is null.

See Also

SingleFieldUpdate Class | PmMda.Net.Dog.Updates Namespace