EntityManagerGetEntityByKey Method (EntityKey) Breeze.sharp
Attempts to return a specific entity within the local cache by its key and returns a null if not found.

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

public IEntity GetEntityByKey(
	EntityKey entityKey
)

Parameters

entityKey
Type: Breeze.SharpEntityKey

Return Value

Type: IEntity
See Also

Reference