Skip to main content
A newer version of this page is available. .

RuleSearchObjectProperties.CriteriaEvaluationBehavior Property

Specifies whether to look for objects that are currently retrieved from the database, in addition to the objects in the database itself.

Namespace: DevExpress.Persistent.Validation

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

Declaration

[RulePropertiesIndex(3)]
public CriteriaEvaluationBehavior CriteriaEvaluationBehavior { get; set; }

Property Value

Type Description
CriteriaEvaluationBehavior

A CriteriaEvaluationBehavior enumeration value specifying whether to look for objects that are currently retrieved from the database, in addition to the objects in the database itself.

Available values:

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.

See Also