Click or drag to resize

DataDictionaryTableGetDescendantTables Method

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

Get all tables that are descendants to this, optionally only those with 1:1 relation

Namespace:  CSC.SC.TOPICA4.DynamicData
Assembly:  CSC.SC.TOPICA4.DynamicData (in CSC.SC.TOPICA4.DynamicData.dll) Version: 4.37.7779.15937
Syntax
C#
public DataDictionaryTableCollection GetDescendantTables(
	bool uniqueOnly
)

Parameters

uniqueOnly
Type: SystemBoolean

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

Return Value

Type: DataDictionaryTableCollection

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

See Also