EntityKey Constructor (Type, MetadataStore, Object) Breeze.sharp
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

public EntityKey(
	Type clrType,
	MetadataStore metadataStore,
	params Object[] values
)

Parameters

clrType
Type: SystemType
metadataStore
Type: Breeze.SharpMetadataStore
values
Type: SystemObject
See Also

Reference