Click or drag to resize

DataDictionaryGetTablesByRelationTable Method

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

Get all data dictionary tables that have one or more external relations to referencedTableName

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 GetTablesByRelationTable(
	string referencedTableName
)

Parameters

referencedTableName
Type: SystemString

Return Value

Type: DataDictionaryTableCollection

[Missing <returns> documentation for "M:CSC.SC.TOPICA4.DynamicData.DataDictionary.GetTablesByRelationTable(System.String)"]

See Also