pmMDA.NET

PagedSet.AddAll Method 

[This is preliminary documentation and subject to change.]

Adds all the items in the c to this set if they are not already present.

public override bool AddAll(
   ICollection c
);

Parameters

c
A collection of data objects to add to the set.

Return Value

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

Implements

ISet.AddAll

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