Click or drag to resize

DataTableGetParentDataTableOf(DataColumnCollection) Method

Get the parent data table of a DataColumnCollection.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static DataTable? GetParentDataTableOf(
	DataColumnCollection? colcol
)

Parameters

colcol  DataColumnCollection
The DataColumnCollection for which the parent table has to be found.

Return Value

DataTable
The parent data table of the DataColumnCollection, or null if it was not found.
See Also