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