DataTable::TableName Property
.NET Framework (current version)
Gets or sets the name of the DataTable.
Assembly: System.Data (in System.Data.dll)
| Exception | Condition |
|---|---|
| ArgumentException | null or empty string ("") is passed in and this table belongs to a collection. |
| DuplicateNameException | The table belongs to a collection that already has a table with the same name. (Comparison is case-sensitive). |
The TableName is used to return this table from the parent DataSet object's DataTableCollection (returned by the Tables property).
.NET Framework
Available since 1.1
Available since 1.1
Show: