Click or drag to resize
AdapterSpecificCreatorCreateFieldCompareExpressionPredicate Method
Creates a new FieldCompareExpressionPredicate

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 IPredicate CreateFieldCompareExpressionPredicate(
	IEntityFieldCore fieldToCompare,
	ComparisonOperator predicateOperator,
	IExpression compareOperand
)

Parameters

fieldToCompare
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFieldCore
The field to compare.
predicateOperator
Type: SD.LLBLGen.Pro.ORMSupportClassesComparisonOperator
The predicate operator.
compareOperand
Type: SD.LLBLGen.Pro.ORMSupportClassesIExpression
The compare operand.

Return Value

Type: IPredicate
ready to use predicate

Implements

ITemplateGroupSpecificCreatorCreateFieldCompareExpressionPredicate(IEntityFieldCore, ComparisonOperator, IExpression)
See Also