| 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: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic 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: 
Int32 See Also
See Also