Click or drag to resize

AccessQueryStartAndMaintainGetEvaluationOrder Method

Gets the suggested evaluation order of this query by adding up the evaluation orders of this query's sub-queries, as returned by their GetEvaluationOrder methods.

Namespace:  AGI.Foundation.Access
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public override int GetEvaluationOrder()

Return Value

Type: Int32
The suggested evaluation order.
See Also