Click or drag to resize

DataTable Constructor

Overload List
 NameDescription
Public methodDataTable Constructs an empty data table.
Public methodDataTable(DataTable) Copy constructor.
Public methodDataTable(DataTableCollection) Constructs an empty table with the parent provided by the argument.
Protected methodDataTable(IXmlDeserializationInfo) Initializes a new instance of the DataTable class for deserialization purposes only.
Public methodDataTable(String) Constructs an empty data table with the name provided by the argument.
Protected methodDataTable(DataColumnCollection, DataColumnCollection) Constructor for internal use only. Takes the two DataColumnCollections as Data and Properties. These collections are used directly (not by cloning them).
Public methodDataTable(DataTableCollection, String) Constructs an empty table with the parent and the name provided by the argument.
Top
See Also