Click or drag to resize

AccessQueryNot.GetEvaluationOrder Method

Gets the suggested evaluation order of this query, which is the value returned by InvertedQuery'sGetEvaluationOrder() method.

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

Return Value

Type: Int32
The suggested evaluation order.
See Also