The DataProperties on other EntityTypes that are foriegn key properties associated with this EntityType.
Namespace: Breeze.SharpAssembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
public ReadOnlyCollection<DataProperty> InverseForeignKeyProperties { get; }
Public ReadOnly Property InverseForeignKeyProperties As ReadOnlyCollection(Of DataProperty)
Get
public:
property ReadOnlyCollection<DataProperty^>^ InverseForeignKeyProperties {
ReadOnlyCollection<DataProperty^>^ get ();
}
member InverseForeignKeyProperties : ReadOnlyCollection<DataProperty> with get
Property Value
Type:
ReadOnlyCollectionDataProperty
Reference