EntityManagerGetEntities Method (EntityState) Breeze.sharp
Find all entities in cache having the specified entity state(s).

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

public IEnumerable<IEntity> GetEntities(
	EntityState entityState = EntityState.AllButDetached
)

Parameters

entityState (Optional)
Type: Breeze.SharpEntityState
EntityState(s) of entities to return

Return Value

Type: IEnumerableIEntity
Remarks

As the EntityState is a flags enumeration, you can supply multiple OR'ed values to search for multiple entity states.
See Also

Reference