DataTableCollection::Remove Method (DataTable^)
.NET Framework (current version)
Removes the specified DataTable object from the collection.
Assembly: System.Data (in System.Data.dll)
Parameters
- table
-
Type:
System.Data::DataTable^
The DataTable to remove.
| Exception | Condition |
|---|---|
| ArgumentNullException | The value specified for the table is null. |
| ArgumentException | The table does not belong to this collection. -or- The table is part of a relationship. |
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: