Constructs a new EntityKey. Each entity within an EntityManager will have a unique EntityKey.
Namespace: Breeze.Sharp
Assembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
Syntax
Parameters
- entityType
- Type: Breeze.SharpEntityType
The Entity type - values
- Type: SystemObject
The values of the primary key properties
See Also