Description
      The WhereCondition class returns the condition for updating job parameters.
      Class hierarchy
      esri.WorkflowManager.SupportClasses.WhereCondition()
      Properties
      
        |
        | compareValue | Object | The value to be compared/evaluated with. | 
        | field | string | The field name that contains the value to compare. | 
        | operator | CompareOperator | The compare operator - EQUAL=0, NOT_EQUAL=1, GREATER_THAN=2, GREATER_OR_EQUAL=3, LESS_THAN=4, LESS_OR_EQUAL=5, CONTAINS=6. | 
      
      Property Details
      
      
        
        The value to be compared with.
       
      
      
        <CompareOperator> operator
The compare operator.