Click or drag to resize

DataDictionaryRelationCollectionFind Method (DataDictionaryTable, DataDictionaryTable)

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

Find the one relation object, that desscribes the relation between parentTable and childTable

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

Parameters

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

Return Value

Type: DataDictionaryRelation

[Missing <returns> documentation for "M:CSC.SC.TOPICA4.DynamicData.DataDictionaryRelationCollection.Find(CSC.SC.TOPICA4.DynamicData.DataDictionaryTable,CSC.SC.TOPICA4.DynamicData.DataDictionaryTable)"]

See Also