| Overload | Description |
|---|---|
| NOperatorRowCondition Constructor() | Default constructor |
| NOperatorRowCondition Constructor(ENRowConditionOperator,String) | Creates a new comparsion row condition that uses the context default row value and performs the specified comparison operator against the specified value. |
| NOperatorRowCondition Constructor(NRowValue,ENRowConditionOperator,String) | Creates a new comparsion row condition that uses the specified row value and performs the specified comparison operator against the specified value. |
| NOperatorRowCondition Constructor(NRowValue,ENRowConditionOperator,String,Boolean) | Creates a new comparsion row condition that uses the specified row value and performs the specified comparison operator against the specified value. |