TXDataEntityType.GetStructuredProperty Method
Returns a navigation property declared in the type, by its index.
Syntax
Unit: XData.Model.Classes
function TXDataEntityType.GetStructuredProperty(Index: Integer): TXDataStructuredProperty; override;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| Index | Integer | The index of the property in NavigationProperties. |
Returns
The navigation property at the specified index.