Click or drag to resize

DataTableCollectionGetParentDataTableCollectionOf Method

Gets the parent DataTableCollection of a child table, a child ColumnCollection, or a child column.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static DataTableCollection? GetParentDataTableCollectionOf(
	IDocumentLeafNode child
)

Parameters

child  IDocumentLeafNode
Can be a DataTable, a DataColumnCollection, or a DataColumn for which the parent table collection is searched.

Return Value

DataTableCollection
The parent DataTableCollection, if it exists, or null otherwise.
See Also