Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DataTable Constructor (String^, String^)

 

Initializes a new instance of the DataTable class using the specified table name and namespace.

Namespace:   System.Data
Assembly:  System.Data (in System.Data.dll)

public:
DataTable(
	String^ tableName,
	String^ tableNamespace
)

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
Return to top
Show:
© 2017 Microsoft