EntityManagerGetEntities Method (Type) Breeze.sharp
Retrieves all entities of the specified types from cache.

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

public IEnumerable<IEntity> GetEntities(
	params Type[] entityTypes
)

Parameters

entityTypes
Type: SystemType

Return Value

Type: IEnumerableIEntity
See Also

Reference