nerdexam
Microsoft

MB6-869 · Question #57

In Microsoft Dynamics AX 2012, you create and execute a query by using X++ code. In which sequence must you instantiate classes when writing X++ code to create the Query object?

The correct answer is C. Query, QueryBuildDataSource, QueryBuildRange, QueryRun. See the full explanation below for the reasoning.

Question

In Microsoft Dynamics AX 2012, you create and execute a query by using X++ code. In which sequence must you instantiate classes when writing X++ code to create the Query object?

Options

  • AQuery, QueryRun, QueryBuildDataSource, QueryBuildRange
  • BQuery, QueryRun, QueryBuildRange, QueryBuildDataSource
  • CQuery, QueryBuildDataSource, QueryBuildRange, QueryRun
  • DQuery, QueryBuildRange, QueryBuildDataSource, QueryRun

How the community answered

(23 responses)
  • A
    9% (2)
  • B
    13% (3)
  • C
    74% (17)
  • D
    4% (1)

Community Discussion

No community discussion yet for this question.

Full MB6-869 Practice