Click or drag to resize
WhereConditionBaseTParentWhereContains Method (IQueryObjectWithValue, String)
Adds the condition for a string column to contain some substring

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public TParent WhereContains(
	IQueryObjectWithValue expression,
	string value
)

Parameters

expression
Type: CMS.DataEngineIQueryObjectWithValue
Expression
value
Type: SystemString
Value

Return Value

Type: TParent
See Also