Skip to main content
.NET 6.0+

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