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