Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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.v19.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.

See Also