Click or drag to resize

DataTableGetParentDataTableOf(DataColumn) Method

Gets the parent data table of the DataColumn column.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static DataTable? GetParentDataTableOf(
	DataColumn? column
)

Parameters

column  DataColumn
The data column for which the parent data table should be found.

Return Value

DataTable
The parent data table of this column, or if it cannot be found.
See Also