Click or drag to resize
WhereBuilderAddWhereCondition Method
Adds the where condition to the existing one

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public virtual string AddWhereCondition(
	string where,
	string condition,
	string op = null,
	bool nested = true
)

Parameters

where
Type: SystemString
Where condition to add
condition
Type: SystemString
Condition to add
op (Optional)
Type: SystemString
Operator
nested (Optional)
Type: SystemBoolean
If true, the where condition is added as nested

Return Value

Type: String
See Also