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.
Syntax
| Visual Basic (Declaration) | |
|---|
Overloads Public Sub RemoveAll() |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As ObjectSet(Of T)
instance.RemoveAll()
|
| C# | |
|---|
public void RemoveAll() |
| Managed Extensions for C++ | |
|---|
public: void RemoveAll(); |
| C++/CLI | |
|---|
public:
void RemoveAll(); |
Requirements
Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family
See Also