ObjectReference Object

English Query

English Query

ObjectReference Object

Refers to an object in the model (for example, an entity or relationship).

Properties
ObjectID Property (ObjectReference Object) Contains the ID of the object that is being referenced.
ObjectType Property (ObjectReference Object) Contains an integer representing the type of object that is being referenced.
Remarks

For example, the query "Who sold the most books last year" has four ObjectReference objects (three entities and one relationship):

  • salespeople (entity)

  • books (entity)

  • salesdate (entity)

  • salespeople sell books on salesdate.(relationship)