StorageTStorageEntity, TKey, TValueRemove Method (FuncTValue, Boolean) |
Removes all entities matching the expression f
Namespace:
Crosser.Common.Utilities.Persistence
Assembly:
Crosser.Common (in Crosser.Common.dll) Version: 0.0.4
Syntax public int Remove(
Func<TValue, bool> f
)
Parameters
- f
- Type: SystemFuncTValue, Boolean
the expression used to find entities to remove
Return Value
Type:
Int32the number of entities removed
See Also