Click or drag to resize
IWhereConditionTParentWhereContains Method
Adds the condition for a string column to contain some substring

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
TParent WhereContains(
	string columnName,
	string value
)

Parameters

columnName
Type: SystemString
Column name
value
Type: SystemString
Value

Return Value

Type: TParent
See Also