Parent Property
Specifies the parent if the entity is an attribute of another entity.
value = QBEntity.Parent
Parts
QBEntity
An that represents an entity in the model.
value
An that represents the parent entity if the entity is an attribute of another entity. It returns 0 if the:
- Entity has no parent entity.
- Attribute does not have a corresponding parent entity.
Remarks
This property is read-only.