[This is preliminary documentation and subject to change.]
Performs a "minus" of the set a from this set.
A set containing the items from this set with the items in a removed.
This operation returns a set of all the items in this set, removing the items that are also in set a. The original sets are not modified during this operation. The result set is a clone of this set containing the items from this operation.
Exception Type | Condition |
---|---|
ArgumentException | Not all items in the a are of type data object. |
PagingException | No data object manager is registered in the locator. - or - An error occurred while checking whether the a are located in this set. |
PagedSet Class | PmMda.Net.Dog.Paging Namespace