TNavigationPathItem Class
Represents one navigation property traversed by the request URL.
Remarks
For example, the request URL Order(1)/Customer traverses the Customer navigation property of the Order entity type.
Syntax
Unit: XData.Module.ResourceInfo
TNavigationPathItem = class(TObject);
Constructors
| Name | Description |
|---|---|
| Create | Creates an item for a traversed navigation property. |
Properties
| Name | Description |
|---|---|
| NavProp | Gets the navigation property traversed by the URL. |