Click or drag to resize
SqlHelperAddWhereCondition Method (String, String, String)
Adds where condition to the expression.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public static string AddWhereCondition(
	string where,
	string condition,
	string op
)

Parameters

where
Type: SystemString
Where condition
condition
Type: SystemString
Condition to add
op
Type: SystemString
Operator, no spaces required. e.g. "OR"

Return Value

Type: String
See Also