Table of Contents

TXDataEntityType.FindStructuredProperty Method

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

Syntax

Unit: XData.Model.Classes

function TXDataEntityType.FindStructuredProperty(const AName: string): TXDataStructuredProperty; override;

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