EntityTypeKeyProperties Property Breeze.sharp
The DataProperties associated with this EntityType that make up it's EntityKey.

Namespace: Breeze.Sharp
Assembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
Syntax

public ReadOnlyCollection<DataProperty> KeyProperties { get; }

Property Value

Type: ReadOnlyCollectionDataProperty
See Also

Reference