| SqlHelperMatchLikePattern Method  | 
            Indicates whether string matches given SQL 'like' pattern. 
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntaxpublic static bool MatchLikePattern(
	string value,
	string pattern
)
Parameters
- value
 - Type: SystemString
Input string value - pattern
 - Type: SystemString
Like search patter 
Return Value
Type: 
Boolean
See Also