Description
Returns an object representing a collection of parent relationships for the entity.
Syntax
Public Function ParentRelationships() As Relationships
Example
Dim MyEntity As Entity Dim MyParentRelationship As Relationship For Each MyParentRelationship In MyEntity.ParentRelationships 'Operations on the ParentRelationships collection go here ... Next MyParentRelationship
See Also