AccessConstraintGetEvaluationOrder Method |
Returns
EvaluationOrder, indicating the suggested evaluation order of
this constraint when it is used as part of an
AccessQuery. Queries that hold sub-queries
(such as an
AccessQueryAnd) generally evaluate their sub-queries in
ascending order of this value, 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 override int GetEvaluationOrder()
Public Overrides Function GetEvaluationOrder As Integer
public:
virtual int GetEvaluationOrder() override
abstract GetEvaluationOrder : unit -> int
override GetEvaluationOrder : unit -> int
Return Value
Type:
Int32The suggested evaluation order.
See Also