| LinqUtils.DetermineComparisonOperatorForPredicate Method  | 
 
            Determines the comparison operator for predicate from the operands passed in.
            
 
    Namespace: 
   SD.LLBLGen.Pro.LinqSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntaxpublic static ComparisonOperator DetermineComparisonOperatorForPredicate(
	ExpressionType nodeType,
	bool operandsSwapped
)
Public Shared Function DetermineComparisonOperatorForPredicate ( 
	nodeType As ExpressionType,
	operandsSwapped As Boolean
) As ComparisonOperator
Parameters
- nodeType
 - Type: System.Linq.Expressions.ExpressionType
Type of the node. - operandsSwapped
 - Type: System.Boolean
if true, the operator has to be the opposite as the operands were swapped 
Return Value
Type: 
ComparisonOperator
See Also