RelationColumnInfo.ConditionOperator Property
Specifies the condition applied to the current column.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v25.1.dll
NuGet Package: DevExpress.DataAccess
Declaration
Property Value
| Type | Default | Description |
|---|---|---|
| ConditionType | Equal | A ConditionType enumeration value. |
Available values:
| Name | Description |
|---|---|
| Equal | Specifies the “equal” relational operator. |
| NotEqual | Specifies the “not equal” relational operator. |
| Greater | Specifies the “greater than” relational operator. |
| GreaterOrEqual | Specifies the “greater than or equal to” relational operator. |
| Less | Specifies the “less than” relational operator. |
| LessOrEqual | Specifies the “less than or equal to” relational operator. |
See Also