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

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
public virtual TParent WhereNotContains(
	string columnName,
	string value
)

Parameters

columnName
Type: SystemString
Column name
value
Type: SystemString
Value

Return Value

Type: TParent

Implements

IWhereConditionTParentWhereNotContains(String, String)
See Also