DataTable Constructor
.NET Framework 2.0
Initializes a new instance of the DataTable class. Creating and Using DataTables
DataTable Members
System.Data Namespace
Creating and Using DataTables
| Name | Description |
|---|---|
| DataTable () | Initializes a new instance of the DataTable class with no arguments. Supported by the .NET Compact Framework. |
| DataTable (String) | Initializes a new instance of the DataTable class with the specified table name. Supported by the .NET Compact Framework. |
| 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. Supported by the .NET Compact Framework. |
Reference
DataTable ClassDataTable Members
System.Data Namespace
Other Resources
Creating and Using DataTablesCreating and Using DataTables
Community Additions
ADD
Show: