This documentation is archived and is not being maintained.
DataTable Constructor
Visual Studio 2008
Initializes a new instance of the DataTable class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
DataTable() | Initializes a new instance of the DataTable class with no arguments. |
|
DataTable(String) | Initializes a new instance of the DataTable class with the specified table name. |
|
DataTable(SerializationInfo, StreamingContext) | Initializes a new instance of the DataTable class with the SerializationInfo and the StreamingContext. |
|
DataTable(String, String) | Initializes a new instance of the DataTable class using the specified table name and namespace. |
Show: