AccessQueryGetEvaluationOrder Method |
Gets the suggested evaluation order of this query. Queries that hold sub-queries
(such as an
AccessQueryAnd) generally evaluate their sub-queries in
ascending order of this value, so queries with a lower evaluation order are evaluated
earlier than queries with a higher evaluation order.
Namespace:
AGI.Foundation.Access
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 23.2.417.0 (23.2.417.0)
Syntaxpublic abstract int GetEvaluationOrder()
Public MustOverride Function GetEvaluationOrder As Integer
public:
virtual int GetEvaluationOrder() abstract
abstract GetEvaluationOrder : unit -> int
Return Value
Type:
Int32The suggested evaluation order.
See Also