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