Table of Contents

Enum PersistentCriteriaEvaluationBehavior

Namespace
DevExpress.Xpo
Assembly
DevExpress.Xpo.v24.1.dll

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

public enum PersistentCriteriaEvaluationBehavior

Fields

BeforeTransaction = 0

Criteria are evaluated on the data store side. Objects created within a transaction (Cache), are not processed by the criteria. Objects modified within a transaction, are not processed. Instead, their images, stored in the data store, are processed by the criteria.

InTransaction = 1

All objects (Data Store and Cache) are processed by the filter criteria.