pmMDA.NET

PagedSet.RemoveAll Method 

[This is preliminary documentation and subject to change.]

Remove all the c from this set, if they exist in this set.

public override bool RemoveAll(
   ICollection c
);

Parameters

c
A collection of items to remove.

Return Value

true if this set was modified as a result of this operation; otherwise false.

Implements

ISet.RemoveAll

Exceptions

Exception Type Condition
ArgumentNullException The c is a null reference.
ArgumentException One of the items in the c is not of type IDataObject.
PagingException No data object manager is registered in the locator.
- or -
It could not be affected whether the items in the c were already located in the persistent data.

See Also

PagedSet Class | PmMda.Net.Dog.Paging Namespace