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