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