| 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.LinqSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.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