DataTableCollection::Remove Method (String^, String^)
.NET Framework (current version)
Removes the DataTable object with the specified name from the collection.
Assembly: System.Data (in System.Data.dll)
Parameters
- name
-
Type:
System::String^
The name of the DataTable object to remove.
- tableNamespace
-
Type:
System::String^
The name of the DataTable namespace to look in.
| 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 2.0
Available since 2.0
Show: