pmMDA.NET

ItemInsertionUpdate Constructor 

[This is preliminary documentation and subject to change.]

Initializes a new instance of the ItemInsertionUpdate class.

public ItemInsertionUpdate(
   DataObjectUpdate item,
   string fieldName,
   int index
);

Parameters

item
The data object update which represents the inserted item.
fieldName
The field name of the indexed property.
index
The index at which the item was inserted.

Exceptions

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

See Also

ItemInsertionUpdate Class | PmMda.Net.Dog.Updates Namespace