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.6.0.0 (5.6.19.0117)
Syntax public enum LikeOperation
Public Enumeration LikeOperation
Members
| Member name | Value | Description |
---|
| Contains | 0 |
Make the operand pattern look like %operand%
|
| StartsWith | 1 |
Make the operand pattern look like operand%
|
| EndsWith | 2 |
Make the operand pattern look like %operand
|
See Also