Click or drag to resize
SqlHelperMatchLikePattern Method
Indicates whether string matches given SQL 'like' pattern.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public 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