Click or drag to resize
LinqSqlMethodsContains Method
Returns true if the given string contains the given substring

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public static bool Contains(
	string text,
	string substring
)

Parameters

text
Type: SystemString
Text to check
substring
Type: SystemString
Substring to check

Return Value

Type: Boolean
See Also