Storage<TStorageEntity, TKey, TValue>.GetAll Method |
Returns all entities T from the repository
Namespace:
Crosser.Common.Utilities.Persistence
Assembly:
Crosser.Common (in Crosser.Common.dll) Version: 0.0.4
Syntaxpublic IEnumerable<TValue> GetAll()
Return Value
Type:
IEnumerable<TValue>All entities in this repository
See Also