StorageTStorageEntity, TKey, TValueFind Method |
Find all entities T matching the expression f
Namespace:
Crosser.Common.Utilities.Persistence
Assembly:
Crosser.Common (in Crosser.Common.dll) Version: 0.0.4
Syntax public IQueryable<TValue> Find(
Func<TValue, bool> f
)
Parameters
- f
- Type: SystemFuncTValue, Boolean
the expression used to find matching entities
Return Value
Type:
IQueryableTValueEntities matching the expression
See Also