Click or drag to resize

StorageTStorageEntity, TKey, TValueFindWithKeys Method

Find all entities T matching the expression f and returns 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> FindWithKeys(
	Func<TValue, bool> f
)

Parameters

f
Type: SystemFuncTValue, Boolean
the expression used to find matching entities

Return Value

Type: IDictionaryTKey, TValue
A dictionary with entities and the key for each entity
See Also