Editor's Note: This article is adapted from the new book Programming Microsoft Dynamics NAV 2015 by David Studebaker and Christopher Studebaker, published by PACKT.
The Query object in Microsoft Dynamics NAV 2015 originated in NAV 2013 with improved performance in mind. It allows us to create advanced T-SQL queries using familiar NAV tools.
Externally, a Query can be used as:
- A web service which is Cloud compatible
- A web service source for XML or OData. OData is different from XML in that it co...