| SqlHelperEscapeLikeText Method  | 
            Escapes characters for query which use LIKE pattern (%, _, [, ] and ^).
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntaxpublic static string EscapeLikeText(
	string text
)
Parameters
- text
 - Type: SystemString
Original input 
Return Value
Type: 
StringThe escaped string that can be used as pattern in a LIKE expression
See Also