WhereBuilder.GetWhere 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
Syntaxpublic virtual string GetWhere(
string columnName,
QueryOperator op,
Object value,
ref QueryDataParameters parameters
)
Parameters
- columnName
- Type: System.String
Column name - op
- Type: CMS.DataEngine.QueryOperator
Operator - value
- Type: System.Object
Value - parameters
- Type: CMS.DataEngine.QueryDataParameters
Collection of data parameters
Return Value
Type:
String
See Also