EntityManagerGetEntities Method Breeze.sharp
Overload List

  Name Description
Public method GetEntities(Type)
Retrieves all entities of the specified types from cache.
Public method GetEntities(EntityState)
Find all entities in cache having the specified entity state(s).
Public method GetEntitiesT(EntityState)
Retrieves all entities of a specified type with the specified entity state(s) from cache as a typed enumerable.
Public method GetEntities(IEnumerableType, EntityState)
Retrieves all entities of the specified types with the specified entity state(s) from cache.
Public method GetEntities(Type, EntityState)
Retrieves all entities of a specified type with the specified entity state(s) from cache.
Top
See Also

Reference