[Missing <summary> documentation for "P:Breeze.Sharp.NavigationProperty.ForeignKeyProperties"]
Namespace: Breeze.SharpAssembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
public ReadOnlyCollection<DataProperty> ForeignKeyProperties { get; }
Public ReadOnly Property ForeignKeyProperties As ReadOnlyCollection(Of DataProperty)
Get
public:
property ReadOnlyCollection<DataProperty^>^ ForeignKeyProperties {
ReadOnlyCollection<DataProperty^>^ get ();
}
member ForeignKeyProperties : ReadOnlyCollection<DataProperty> with get
Property Value
Type:
ReadOnlyCollectionDataProperty
Reference