Click or drag to resize

RepositoryTKey, 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
C#
public static IDictionary<TKey, TValue> GetAllWithKeys()

Return Value

Type: IDictionaryTKey, TValue
All entities and key for this repository
See Also