DataTableGetParentDataTableOf(DataColumn) Method |
Gets the parent data table of the DataColumn column.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static DataTable? GetParentDataTableOf(
DataColumn? column
)
Parameters
- column DataColumn
- The data column for which the parent data table should be found.
Return Value
DataTableThe parent data table of this column, or
if it cannot be found.
See Also