Retrieves all entities of a specified type 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
Parameters
- type
- Type: SystemType
The type of Entity to retrieve - entityState
- Type: Breeze.SharpEntityState
EntityState(s) of entities to return - defaults to AllButDetached
Return Value
Type: IEnumerableIEntityA collection of Entities
Remarks
See Also