Click or drag to resize

QueryField(DataTable) Constructor

Initializes a new instance of the QueryField class from a table.

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

Parameters

dt  DataTable
The table represented by this query field.
See Also