Click or drag to resize
DataDictionaryFindRelation Method

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

Find relation between parentTable and childTable

Namespace: CSC.SC.TOPICA4.DynamicData
Assembly: CSC.SC.TOPICA4.DynamicData (in CSC.SC.TOPICA4.DynamicData.dll) Version: 4.30.6239.27195
Syntax
C#
public DataDictionaryRelation FindRelation(
	DataDictionaryTable parentTable,
	DataDictionaryTable childTable
)

Parameters

parentTable
Type: CSC.SC.TOPICA4.DynamicDataDataDictionaryTable
childTable
Type: CSC.SC.TOPICA4.DynamicDataDataDictionaryTable

Return Value

Type: DataDictionaryRelation
Relation between parent and child table
See Also