DataTable Constructor (String, String)
.NET Framework (current version)
Initializes a new instance of the DataTable class using the specified table name and namespace.
Assembly: System.Data (in System.Data.dll)
Parameters
- tableName
-
Type:
System.String
The name to give the table. If tableName is null or an empty string, a default name is given when added to the DataTableCollection.
- tableNamespace
-
Type:
System.String
The namespace for the XML representation of the data stored in the DataTable.
.NET Framework
Available since 2.0
Available since 2.0
Show: