Back to Devexpress

CriteriaEvaluationBehavior Enum

expressappframework-devexpress-dot-persistent-dot-validation-783012c1.md

latest2.1 KB
Original Source

CriteriaEvaluationBehavior Enum

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

Declaration

csharp
public enum CriteriaEvaluationBehavior
vb
Public Enum CriteriaEvaluationBehavior

Members

NameDescription
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:

Remarks

Values listed by this enumeration specify which objects are processed when a criteria is being evaluated.

See Also

DevExpress.Persistent.Validation Namespace