Parent Property

English Query

English Query

Parent Property

Specifies the parent entity if the entity is an attribute of another entity.

Applies To

QBEntity Object

Syntax

value = QBEntity.Parent

Parts

QBEntity

An object variable that represents an entity in the model.

value

An integer 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.