Page History
Description
Returns an object representing a collection of child relationships for the entity.
Syntax
...
Code Block | ||
---|---|---|
| ||
Public Function ChildRelationships() As Relationships |
Example
Code Block | ||
---|---|---|
| ||
Dim MyEntity As |
...
Entity
Dim MyChildRelationship As Relationship
'Operations on the ChildRelationships collection go here
...
Next MyChildRelationship |
Info | |
---|---|
|
...
| ||