Click or drag to resize

SelfServicingSpecificCreator.CreateFieldCompareValuePredicate Method

Creates a new FieldCompareValuePredicate.

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.10.0.0 (5.10.0)
Syntax
public IPredicate CreateFieldCompareValuePredicate(
	IEntityFieldCore fieldToCompare,
	ComparisonOperator predicateOperator,
	Object compareOperand
)

Parameters

fieldToCompare
Type: SD.LLBLGen.Pro.ORMSupportClasses.IEntityFieldCore
The field to compare.
predicateOperator
Type: SD.LLBLGen.Pro.ORMSupportClasses.ComparisonOperator
The predicate operator.
compareOperand
Type: System.Object
The compare operand.

Return Value

Type: IPredicate
ready to use predicate

Implements

ITemplateGroupSpecificCreator.CreateFieldCompareValuePredicate(IEntityFieldCore, ComparisonOperator, Object)
See Also