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