pmMDA.NET

ItemUpdate Constructor 

[This is preliminary documentation and subject to change.]

Initializes a new instance of the ItemUpdate class.

public ItemUpdate(
   DataObjectUpdate item,
   string fieldName
);

Parameters

item
The value of this update.
fieldName
The field name of the single or indexed property to where this update belongs.

Exceptions

Exception Type Condition
ArgumentNullException item is null.
- or -
fieldName is null.

See Also

ItemUpdate Class | PmMda.Net.Dog.Updates Namespace