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)- A9% (2)
- B13% (3)
- C74% (17)
- D4% (1)
Community Discussion
No community discussion yet for this question.