DataTableCollectionGetParentDataTableCollectionOf Method |
Gets the parent DataTableCollection of a child table, a child ColumnCollection, or a child column.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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
DataTableCollectionThe parent DataTableCollection, if it exists, or null otherwise.
See Also