Share via


SysQuery::hasIndexImplicitRange Method [AX 2012]

Validates that the index field has an implicit query build range applied.

Syntax

client server private static boolean hasIndexImplicitRange(QueryBuildRange _queryBuildRange)

Run On

Called

Parameters

  • _queryBuildRange
    Type: QueryBuildRange Class
    The QueryBuildRange class that has indexes that will be used for comparison.

Return Value

Type: boolean
true if index has range applied; otherwise, false.

See Also

Reference

SysQuery Class