Returns an object representing a collection of child relationships for the entity.
Public Function ChildRelationships() As Relationships |
Dim MyEntity As Entity Dim MyChildRelationship As Relationship 'Operations on the ChildRelationships collection go here ... Next MyChildRelationship |