ConditionType Enum
Lists the values that specify the relational operator type.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
#Members
Name | Description |
---|---|
Equal
|
Specifies the “equal” relational operator. |
Not
|
Specifies the “not equal” relational operator. |
Greater
|
Specifies the “greater than” relational operator. |
Greater
|
Specifies the “greater than or equal to” relational operator. |
Less
|
Specifies the “less than” relational operator. |
Less
|
Specifies the “less than or equal to” relational operator. |
#Related API Members
The following properties accept/return ConditionType values: