Table of Contents

TXDataNavigationProperty Class

Represents a navigation property, which relates an entity type to another entity type.

Remarks

A navigation property corresponds to an association in the Aurelius mapping. It points either to a single entity, like the Customer of an Order, or to a collection of entities, like the Items of an Order.

Syntax

Unit: XData.Model.Classes

TXDataNavigationProperty = class(TXDataStructuredProperty);

Properties

Name Description
Parent Gets the entity type the property belongs to.
Target Gets or sets the entity type the property points to.