Click or drag to resize
LinqUtilsCreatePredicate Method (IEntityFieldCore, ComparisonOperator, Object, ITemplateGroupSpecificCreator)
Creates a predicate based on the imput specified.

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 static IPredicate CreatePredicate(
	IEntityFieldCore fieldToCompare,
	ComparisonOperator predicateOperator,
	Object compareOperand,
	ITemplateGroupSpecificCreator frameworkElementCreator
)

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.
frameworkElementCreator
Type: SD.LLBLGen.Pro.LinqSupportClassesITemplateGroupSpecificCreator
The framework element creator.

Return Value

Type: IPredicate
See Also