Adds the given where condition to the query. Matches the column to a given value.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- columnName
- Type: System String
Column name
- op
- Type: CMS.DataEngine QueryOperator
Operator
- value
- Type: System Object
Value
Return Value
Type: TParentSee Also