Table of Contents

TXDataGetNavPropValueProc Anonymous method

Function that reads the value of a navigation property of an entity.

Remarks

Entity: the entity to read the value from. NavProp: the navigation property to read. The function returns the associated entity.

Syntax

Unit: XData.Model.Classes

TXDataGetNavPropValueProc = reference to function(Entity: TValue; NavProp: TXDataNavigationProperty): TValue;