Click or drag to resize

DataTable(String) Constructor

Constructs an empty data table with 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(
	string name
)

Parameters

name  String
The initial name of the table.
See Also