Click or drag to resize

RepositoryTKey, 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 static int Remove(
	Func<TValue, bool> f
)

Parameters

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

Return Value

Type: Int32
the number of entities removed
See Also