Skip to main content
.NET 6.0+

CriteriaEvaluationBehavior Enum

Contains values that specify how filter criteria are evaluated within a transaction.

Namespace: DevExpress.Persistent.Validation

Assembly: DevExpress.Persistent.Base.v23.2.dll

Declaration

public enum CriteriaEvaluationBehavior

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