EntityManagerGetEntityByKeyT Method (Object) 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 T GetEntityByKey<T>(
	params Object[] values
)
where T : IEntity

Parameters

values
Type: SystemObject

Type Parameters

T

Return Value

Type: T
See Also

Reference