WhereBuilderGetWhere Method (String, QueryOperator, Object, QueryDataParameters) |
Gets the where condition for the given column
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public virtual string GetWhere(
string columnName,
QueryOperator op,
Object value,
ref QueryDataParameters parameters
)
Parameters
- columnName
- Type: SystemString
Column name - op
- Type: CMS.DataEngineQueryOperator
Operator - value
- Type: SystemObject
Value - parameters
- Type: CMS.DataEngineQueryDataParameters
Collection of data parameters
Return Value
Type:
StringSee Also