pmMDA.NET

PagedSet.Remove Method 

[This is preliminary documentation and subject to change.]

Removes the o from this set.

public override bool Remove(
   object o
);

Parameters

o
The item to be removed.

Return Value

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

Implements

ISet.Remove

Exceptions

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

See Also

PagedSet Class | PmMda.Net.Dog.Paging Namespace