expressappframework-devexpress-dot-persistent-dot-validation-783012c1.md
Contains values that specify how filter criteria are evaluated within a transaction.
Namespace : DevExpress.Persistent.Validation
Assembly : DevExpress.Persistent.Base.v25.2.dll
NuGet Package : DevExpress.Persistent.Base
public enum CriteriaEvaluationBehavior
Public Enum CriteriaEvaluationBehavior
| Name | Description |
|---|---|
BeforeTransaction |
Only objects in the database are considered.
|
| InTransaction |
Objects in the database and those that are currently retrieved from it are considered.
|
The following properties accept/return CriteriaEvaluationBehavior values:
Values listed by this enumeration specify which objects are processed when a criteria is being evaluated.
See Also