SqlHelperAddWhereCondition Method (String, String) |
Adds where condition to the expression using AND operator.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public static string AddWhereCondition(
string where,
string condition
)
Parameters
- where
- Type: SystemString
Where condition - condition
- Type: SystemString
Condition to add
Return Value
Type:
StringSee Also