Click or drag to resize

RepositoryInstanceTKey, 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
C#
public int Remove(
	Func<TValue, bool> f
)

Parameters

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

Return Value

Type: Int32
the number of items removed
See Also