pmMDA.NET

ItemAdditionUpdate Constructor 

[This is preliminary documentation and subject to change.]

Initializes a new instance of the ItemAdditionUpdate class.

public ItemAdditionUpdate(
   DataObjectUpdate item,
   string fieldName
);

Parameters

item
The data object update which represents the added item.
fieldName
The field name of the indexed property.

Exceptions

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

See Also

ItemAdditionUpdate Class | PmMda.Net.Dog.Updates Namespace