SqlHelperAddWhereCondition Method (String, String, String) |
Adds where condition to the expression.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax 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:
StringSee Also