DataTableCollection.Add Method (String)
Creates a DataTable object by using the specified name and adds it to the collection.
Namespace: System.Data
Assembly: System.Data (in System.Data.dll)
Parameters
- name
- Type: System.String
The name to give the created DataTable.
| Exception | Condition |
|---|---|
| DuplicateNameException | A table in the collection has the same name. (The comparison is not case sensitive.) |
If either a null reference (Nothing in Visual Basic) or an empty string ("") is passed in, a default name is given to the newly created DataTable. This name is based on the order in which the table was added ("Table1", "Table2", and so on).
The CollectionChanged event occurs if the table is successfully added to the collection.
The following example adds a DataTable with the given name to the DataTableCollection.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.