The DataProperties associated with this EntityType that make up it's EntityKey.
            
             
            Namespace: Breeze.SharpAssembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
 
public ReadOnlyCollection<DataProperty> KeyProperties { get; }Public ReadOnly Property KeyProperties As ReadOnlyCollection(Of DataProperty)
	Get
public:
property ReadOnlyCollection<DataProperty^>^ KeyProperties {
	ReadOnlyCollection<DataProperty^>^ get ();
}member KeyProperties : ReadOnlyCollection<DataProperty> with get
Property Value
Type: 
ReadOnlyCollectionDataProperty 
Reference