Click or drag to resize
DataDictionaryTableGetAncestorTables Method

[This is preliminary documentation and is subject to change.]

Get all tables that are ancestors to this

Namespace: CSC.SC.TOPICA4.DynamicData
Assembly: CSC.SC.TOPICA4.DynamicData (in CSC.SC.TOPICA4.DynamicData.dll) Version: 4.30.6239.27195
Syntax
C#
public DataDictionaryTableCollection GetAncestorTables(
	bool includeRoot
)

Parameters

includeRoot
Type: SystemBoolean

[Missing <param name="includeRoot"/> documentation for "M:CSC.SC.TOPICA4.DynamicData.DataDictionaryTable.GetAncestorTables(System.Boolean)"]

Return Value

Type: DataDictionaryTableCollection

[Missing <returns> documentation for "M:CSC.SC.TOPICA4.DynamicData.DataDictionaryTable.GetAncestorTables(System.Boolean)"]

See Also