Table of Contents

TXDataEntityType.FindNavigationProperty Method

Looks for a navigation property by its name, including the inherited properties.

Syntax

Unit: XData.Model.Classes

function TXDataEntityType.FindNavigationProperty(const AName: string): TXDataNavigationProperty;

Parameters

<-> Parameter Type Description
const AName string The name of the property. The comparison is case-insensitive.

Returns

The property, or nil if neither the type nor its base types have such property.

See also