Click or drag to resize

RepositoryInstanceTKey, 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 IDictionary<TKey, TValue> GetAllWithKeys()

Return Value

Type: IDictionaryTKey, TValue
All values with keys
See Also