Click or drag to resize

DataTable(DataTableCollection, String) Constructor

Constructs an empty table with the parent and the name provided by the argument.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
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