A query object is used to collect and read data from Business Central. The data will always be retrieved from SQL, meaning that you may not get the dynamic data that is currently in the middle of being processed. What makes a query object more powerful than reading from a table object is the ability to join multiple tables in one “dataset”.
Read More »
