StorageTStorageEntity, TKey, TValueGetAllReadOnly Method |
Returns all entities T from the repository as a new Array
Namespace:
Crosser.Common.Utilities.Persistence
Assembly:
Crosser.Common (in Crosser.Common.dll) Version: 0.0.4
Syntax public IEnumerable<TValue> GetAllReadOnly()
Return Value
Type:
IEnumerableTValueAll entities in this repository
See Also