WhereConditionBaseTParentGetWhere Method (String, QueryOperator, Object) |
Gets the where condition for the given column
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax protected string GetWhere(
string columnName,
QueryOperator op,
Object value
)
Parameters
- columnName
- Type: SystemString
Column name - op
- Type: CMS.DataEngineQueryOperator
Operator - value
- Type: SystemObject
Value
Return Value
Type:
StringSee Also