NavigationPropertyRelatedDataProperties Property Breeze.sharp
The 'foreign key' DataProperties associated with this NavigationProperty. There will usually only be a single DataProperty associated with a Navigation property except in the case of entities with multipart keys.

Namespace: Breeze.Sharp
Assembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
Syntax

public ReadOnlyCollection<DataProperty> RelatedDataProperties { get; }

Property Value

Type: ReadOnlyCollectionDataProperty
Remarks

Only exists if there is a foreign key on the same parent entity type
See Also

Reference