DataTableCollection::Remove Method (String^)
.NET Framework (current version)
Removes the DataTable object with the specified name from the collection.
Assembly: System.Data (in System.Data.dll)
| Exception | Condition |
|---|---|
| ArgumentException | The collection does not have a table with the specified name. |
The CollectionChanged event occurs when a table is successfully removed.
To determine whether a given table exists and can be removed before invoking Remove, use the Contains and the CanRemove methods.
.NET Framework
Available since 1.1
Available since 1.1
Show: