Linq generates a different select #3527
Unanswered
robertovaldesperez
asked this question in
Q&A
Replies: 1 comment
-
@fredericDelaporte any news? Thank you. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi I have this map:
but when I run this query with linq:
The generated sql is this:
The sql is returning all the columns of the Asset model along with the ones I put in the select.
@fredericDelaporte Can you help me?
Beta Was this translation helpful? Give feedback.
All reactions