IReadableColumnGetRootDataColumn Method |
Traverses the given (probably transformed) column recursively down to the bottom to retrieve the underlying root DataColumn, if present.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
SyntaxDataColumn? GetRootDataColumn(
IReadableColumn? column
)
Parameters
- column IReadableColumn
- The column to examine. May be a DataColumn, a TransformedReadableColumn, or null.
Return Value
DataColumnThe root DataColumn if one exists in the transformation chain; otherwise, null.
See Also