DataTableCollection::Add Method ()
.NET Framework (current version)
Creates a new DataTable object by using a default name and adds it to the collection.
Assembly: System.Data (in System.Data.dll)
Because no name is specified, the DataTable is created by using a default name, relative to its order of addition. The default name is "Table1."
The CollectionChanged event occurs when a table is successfully added to the collection.
.NET Framework
Available since 1.1
Available since 1.1
Show: