Chili.Opf3 Send comments on this topic.
RemoveAll Method
See Also 
Chili.Opf3 Namespace > Generic ObjectSet Class : RemoveAll Method




Overload List

OverloadDescription
RemoveAll() Removes all the elements in the list to the RemovedList. All objects on the RemovedList are deleted when the changes on the ObjectSet are persisted.  
RemoveAll(Generic Predicate) Removes all the elements that match the conditions defined by the specified predicate. They are moved to the RemovedList. All objects on the RemovedList are deleted when the changes on the ObjectSet are persisted.  

Requirements

Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family

See Also