EntityManagerGetEntities Method (IEnumerableType, EntityState) Breeze.sharp
Retrieves all entities of the specified types with the specified entity state(s) 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(
	IEnumerable<Type> types,
	EntityState entityState = EntityState.AllButDetached
)

Parameters

types
Type: System.Collections.GenericIEnumerableType
entityState (Optional)
Type: Breeze.SharpEntityState
defaults to AllButDetached

Return Value

Type: IEnumerableIEntity
See Also

Reference