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.6.0.0 (5.6.19.0117)
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