I have two identical functions, that query a collection and return a WixDataQueryResult.
One function is in the Public space, the other is in the Backend code.
Both functions work perfectly, allowing the front-end to use the returned data.
However, the WixDataQueryResult object returned from the Backend code is missing some of the expected object members (specifically, access to the paging functions and a few of the other result meta-info).
While, the WixDataQueryResult object returned from the Public code has all the members as defined by the Docs/Reference.
Does anyone know why this would be the case, and how to remedy the situation? Thanks in advance.