StorageTStorageEntity, TKey, TValueGetAllWithKeys Method |
Returns all entities as a Dictionary TK,T
Namespace:
Crosser.Common.Utilities.Persistence
Assembly:
Crosser.Common (in Crosser.Common.dll) Version: 0.0.4
Syntax public IDictionary<TKey, TValue> GetAllWithKeys()
Return Value
Type:
IDictionaryTKey,
TValueAll entities and key for this repository
See Also