DataTable Constructor
.NET Framework (current version)
Initializes a new instance of the DataTable class.
Assembly: System.Data (in System.Data.dll)
| Name | Description | |
|---|---|---|
![]() | DataTable() | Initializes a new instance of the DataTable class with no arguments. |
![]() | DataTable(SerializationInfo^, StreamingContext) | Initializes a new instance of the DataTable class with the SerializationInfo and the StreamingContext. |
![]() | DataTable(String^) | Initializes a new instance of the DataTable class with the specified table name. |
![]() | DataTable(String^, String^) | Initializes a new instance of the DataTable class using the specified table name and namespace. |
Show:

