pmMDA.NET

ItemRemovalAtUpdate Constructor 

[This is preliminary documentation and subject to change.]

Initializes a new instance of the ItemRemovalAtUpdate update.

public ItemRemovalAtUpdate(
   string fieldName,
   int index
);

Parameters

fieldName
The field name of the indexed property.
index
The index at which the item was removed.

Exceptions

Exception Type Condition
ArgumentNullException fieldName is null.
ArgumentOutOfRangeException index is less than zero.

See Also

ItemRemovalAtUpdate Class | PmMda.Net.Dog.Updates Namespace