Click or drag to resize
WhereConditionBaseTParentGetContainsPattern Method
Gets the contains pattern for the like expression

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
protected static string GetContainsPattern(
	string text
)

Parameters

text
Type: SystemString
Text to match

Return Value

Type: String
See Also