pmMDA.NET

PagingHelper.ContainsAll Method 

[This is preliminary documentation and subject to change.]

Returns whether the persistent items of a paged collection contains a collection of c.

public bool ContainsAll(
   ICollection c
);

Parameters

c
The items to locate in the persistent items.

Return Value

true if all the c are found in the persistent items; otherwise, false.

Exceptions

Exception Type Condition
ArgumentException Not all items in the c are of type data object.
PagingException No data object manager is registered in the locator.
- or -
An error occurred while locating the dataObject.

See Also

PagingHelper Class | PmMda.Net.Dog.Paging Namespace