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.3179.0 (4.8.3179.0)
Syntax
C#
public static DataTable? GetParentDataTableOf(
	DataColumn? column
)

Parameters

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

Return Value

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