Description
Parent entity of the relationship.
Property Type
- Read-only property
Syntax
Public Property ParentEntity() As Entity
Example
Dim MyRelationship As Relationship
Dim ParEntity As Entity
Set ParEntity = MyRelationship.ParentEntity
See Also
Parent entity of the relationship.
Public Property ParentEntity() As Entity
Dim MyRelationship As Relationship
Dim ParEntity As Entity
Set ParEntity = MyRelationship.ParentEntity
See Also
Copyright © 2004-2024 IDERA, Inc.