Click or drag to resize

LinqUtils.CreatePredicate Method (Object, 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.8.0.0 (5.8.21.0111)
Syntax
public static IPredicate CreatePredicate(
	Object leftOperand,
	ComparisonOperator predicateOperator,
	Object rightOperand,
	ITemplateGroupSpecificCreator frameworkElementCreator
)

Parameters

leftOperand
Type: System.Object
The left operand.
predicateOperator
Type: SD.LLBLGen.Pro.ORMSupportClasses.ComparisonOperator
The predicate operator.
rightOperand
Type: System.Object
The right operand.
frameworkElementCreator
Type: SD.LLBLGen.Pro.LinqSupportClasses.ITemplateGroupSpecificCreator
The framework element creator.

Return Value

Type: IPredicate
See Also