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

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

Parameters

where
Type: SystemString
Where condition
condition
Type: SystemString
Condition to add

Return Value

Type: String
See Also