Click or drag to resize
PredicateExpression Constructor (IPredicate, PredicateExpressionOperator, IPredicate)
CTor

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public PredicateExpression(
	IPredicate operand1,
	PredicateExpressionOperator predicateExpressionOperator,
	IPredicate operand2
)

Parameters

operand1
Type: SD.LLBLGen.Pro.ORMSupportClassesIPredicate
operand one of the expression
predicateExpressionOperator
Type: SD.LLBLGen.Pro.ORMSupportClassesPredicateExpressionOperator
operator of the expression
operand2
Type: SD.LLBLGen.Pro.ORMSupportClassesIPredicate
operand two of the expression
See Also