AccessConstraintEvaluationOrder Property |
Gets or sets a number indicating the evaluation order of this constraint relative
to other constraints. All constraints involved in an
AccessComputation or that share a common parent (e.g.
AccessQueryAnd or
AccessQueryOr) in an
AccessQuery are sorted by this value before being evaluated in
ascending order, so constraints with a lower evaluation order are evaluated earlier than constraints with
a higher evaluation order.
Namespace:
AGI.Foundation.Access
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public int EvaluationOrder { get; set; }
Public Property EvaluationOrder As Integer
Get
Set
public:
property int EvaluationOrder {
int get ();
void set (int value);
}
member EvaluationOrder : int with get, set
Property Value
Type:
Int32See Also