IsMajor Property

English Query

English Query

IsMajor Property

Specifies whether the entity stands alone or is an attribute of another entity.

Applies To

QBEntity Object

Syntax

value = QBEntity.IsMajor

Parts

QBEntity

An object variable that represents an entity in the model.

value

A returned Boolean indicating whether an entity stands alone or is an attribute of another entity.

Value Description
TRUE Entity stands alone.
FALSE Entity is an attribute of another entity.
Remarks

This property is read-only.