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^)

 

Initializes a new instance of the DataTable class with the specified table name.

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

public:
DataTable(
	String^ tableName
)

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.

The following example creates a DataTable and displays it in a DataGridView control.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft