Public Function GetRelatedDefinitions( _ ByVal definition As Definition, _ ByVal relationshipType As DefinitionRelationshipType _ ) As IReadOnlyList(Of Definition)
public IReadOnlyList<Definition> GetRelatedDefinitions( Definition definition, DefinitionRelationshipType relationshipType )
Parameters
- definition
- The source from which relationships are searched.
- relationshipType
- The relationship type constraint used to search for the related dataset definitions.
Return Value
A list of Definition instances that satisfy the relationshipType.