Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

Returns an object representing a collection of child relationships for the entity.

Syntax

...

Code Block
languagevb
Public Function ChildRelationships() As Relationships

Example

Code Block
languagevb
Dim MyEntity As

...

 Entity
Dim MyChildRelationship As Relationship

'Operations on the ChildRelationships collection go here
...

Next MyChildRelationship
Info
title

...

See Also