Click or drag to resize
WhereConditionBaseTParentWhereNotEquals Method (String, Object)
Adds the given where condition to the query. Matches the column which is not equal to a given value.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public TParent WhereNotEquals(
	string columnName,
	Object value
)

Parameters

columnName
Type: SystemString
Column name
value
Type: SystemObject
Value

Return Value

Type: TParent
See Also