CriteriaEvaluationBehavior Enum
Contains values that specify how filter criteria are evaluated within a transaction.
Namespace: DevExpress.Persistent.Validation
Assembly: DevExpress.Persistent.Base.v24.1.dll
NuGet Package: DevExpress.Persistent.Base
Declaration
Members
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. |
Remarks
Values listed by this enumeration specify which objects are processed when a criteria is being evaluated.
See Also