pmMDA.NET

PagedSet.RetainAll Method 

[This is preliminary documentation and subject to change.]

Retains only the items in this set that are contained in the c.

public override bool RetainAll(
   ICollection c
);

Parameters

c
Collection that defines the set of items to be retained.

Return Value

true if this set changed as a result of this operation; otherwise, false.

Implements

ISet.RetainAll

Remarks

This method needs to iterate over all items of this paged set. Therefore this method may take a long time.

Exceptions

Exception Type Condition
ArgumentNullException The c is a null reference.
PagingException No data object manager is registered in the locator.
- or -
It could not be affected whether the c are already located in the persistent data.

See Also

PagedSet Class | PmMda.Net.Dog.Paging Namespace