QueryExpressionVisitor.BaseQuery is not set when the query is not generated by ApiData #312
Comments
lewischeng-ms
added a commit
to lewischeng-ms/RESTier
that referenced
this issue
Mar 7, 2016
lewischeng-ms
added a commit
to lewischeng-ms/RESTier
that referenced
this issue
Mar 11, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Regardless whether the query is generated by ApiData or not (which means directly returned by a property), the BaseQuery needs to be set anyway. If it's the second case, the BaseQuery should be set to the value of the first constant expression (not changed by any hook handler) visited.
The text was updated successfully, but these errors were encountered: