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);