Click or drag to resize

IReadableColumnGetRootDataColumn Method

Traverses the given (probably transformed) column recursively down to the bottom to retrieve the underlying root DataColumn, if present.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
DataColumn? GetRootDataColumn(
	IReadableColumn? column
)

Parameters

column  IReadableColumn
The column to examine. May be a DataColumn, a TransformedReadableColumn, or null.

Return Value

DataColumn
The root DataColumn if one exists in the transformation chain; otherwise, null.
See Also