CriteriaEvaluationBehavior Enum
In This Article
Contains values that specify how filter criteria are evaluated within a transaction.
Namespace: DevExpress.Persistent.Validation
Assembly: DevExpress.Persistent.Base.v24.2.dll
NuGet Package: DevExpress.Persistent.Base
#Declaration
#Members
Name | Description |
---|---|
Before
|
Only objects in the database are considered. |
In
|
Objects in the database and those that are currently retrieved from it are considered. |
#Related API Members
The following properties accept/return CriteriaEvaluationBehavior values:
#Remarks
Values listed by this enumeration specify which objects are processed when a criteria is being evaluated.
See Also