Click or drag to resize
DataDictionaryRelationCollectionFind Method

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

Overload List
  NameDescription
Public methodFind(PredicateT)
Searches for an element that matches the conditions defined by the specified predicate, and returns the first occurrence within the entire ListT.
(Inherited from ListDataDictionaryRelation.)
Public methodFind(DataDictionaryTable)
Find all relations that refer to table, either as parent or as child
Public methodFind(DataDictionaryTable, DataDictionaryTable)
Find the one relation object, that desscribes the relation between parentTable and childTable
Top
See Also