DataTable(DataTableCollection, String) Constructor |
Constructs an empty table with the parent and the name provided by the argument.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public DataTable(
DataTableCollection parent,
string name
)
Parameters
- parent DataTableCollection
- The initial parent of the table.
- name String
- The initial name of the table.
See Also