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.4.0.0 (5.4.0)
Syntaxpublic 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