Click or drag to resize
LinqUtilsRemovePredicatesFromFilter Method
Removes the passed in predicates from the filter to clean.

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public static IPredicateExpression RemovePredicatesFromFilter(
	List<IPredicate> predicatesToRemove,
	IPredicateExpression filterToClean
)

Parameters

predicatesToRemove
Type: System.Collections.GenericListIPredicate
The predicates to remove.
filterToClean
Type: SD.LLBLGen.Pro.ORMSupportClassesIPredicateExpression
The filter to clean.

Return Value

Type: IPredicateExpression
See Also