Click or drag to resize

FilterExpression.AddPredicate Method

Adds the predicate.

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses.ExpressionClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.11.0.0 (5.11.23.1114)
Syntax
public void AddPredicate(
	IPredicate toAdd,
	PredicateExpressionOperator operatorToUse
)

Parameters

toAdd
Type: SD.LLBLGen.Pro.ORMSupportClasses.IPredicate
To add.
operatorToUse
Type: SD.LLBLGen.Pro.ORMSupportClasses.PredicateExpressionOperator
The operator to use.
See Also