Click or drag to resize

AltaxoTableConnector Constructor

Initializes a new instance of the AltaxoTableConnector class.

Namespace: Altaxo.DataConnection
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public AltaxoTableConnector(
	DataTable table
)

Parameters

table  DataTable
The target table.
See Also