Click or drag to resize

LikeExpression Constructor

Initializes a new instance of the LikeExpression class.

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses.ExpressionClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
public LikeExpression(
	Expression source,
	Expression operand,
	LikeOperation operationToPerform
)

Parameters

source
Type: System.Linq.ExpressionsExpression
The source.
operand
Type: System.Linq.ExpressionsExpression
The operand.
operationToPerform
Type: SD.LLBLGen.Pro.LinqSupportClassesLikeOperation
The operation to perform.
See Also