Click or drag to resize
LikeOperation Enumeration
The like operation definition to use in the LikeExpression. It defines what to do with the operand: both sides a '%', only the start or only the end.

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 enum LikeOperation
Members
  Member nameValueDescription
Contains0 Make the operand pattern look like %operand%
StartsWith1 Make the operand pattern look like operand%
EndsWith2 Make the operand pattern look like %operand
See Also