DataTableGetParentDataTableOf(DataColumnCollection) Method |
Get the parent data table of a DataColumnCollection.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static DataTable? GetParentDataTableOf(
DataColumnCollection? colcol
)
Parameters
- colcol DataColumnCollection
- The DataColumnCollection for which the parent table has to be found.
Return Value
DataTableThe parent data table of the DataColumnCollection, or null if it was not found.
See Also