Data |
Name | Description | |
---|---|---|
DataTable | Constructs an empty data table. | |
DataTable(DataTable) | Copy constructor. | |
DataTable(DataTableCollection) | Constructs an empty table with the parent provided by the argument. | |
DataTable(IXmlDeserializationInfo) | Initializes a new instance of the DataTable class for deserialization purposes only. | |
DataTable(String) | Constructs an empty data table with the name provided by the argument. | |
DataTable(DataColumnCollection, DataColumnCollection) | Constructor for internal use only. Takes the two DataColumnCollections as Data and Properties. These collections are used directly (not by cloning them). | |
DataTable(DataTableCollection, String) | Constructs an empty table with the parent and the name provided by the argument. |