Gets the where condition for the given expressions. Note that in this variant string value is always represented as a value. To pass in column name, you need to use new QueryColumn("Name")
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- leftSide
- Type: CMS.DataEngine IQueryObjectWithValue
Left side
- op
- Type: CMS.DataEngine QueryOperator
Operator
- rightSide
- Type: System Object
Right side
- parameters
- Type: CMS.DataEngine QueryDataParameters
Collection of data parameters
Return Value
Type: StringSee Also