Click or drag to resize

DataTableProxy(DataTable) Constructor

Initializes a new instance of the DataTableProxy class.

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

Parameters

table  DataTable
The table to proxy.
See Also