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