NavigationPropertyForeignKeyNames Property Breeze.sharp
The client side names of 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<string> ForeignKeyNames { get; }

Property Value

Type: ReadOnlyCollectionString
See Also

Reference