Click or drag to resize
ITemplateGroupSpecificCreatorCreateFieldCompareValuePredicate Method
Creates a new FieldCompareValuePredicate.

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

Parameters

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

Return Value

Type: IPredicate
ready to use predicate
See Also