You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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

See Also

Entity Object

  • No labels