Repository - Select columns #873
mrgiacomini
started this conversation in
General
Replies: 1 comment
-
I think you want to use projections to fetch only the properties/columns you need. But it would not be hard to add it, here is one example:
Altough I don't have the time to implement it, if you want to contribute I might provide assistance. |
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
How can I select specific columns from my entity? In QueryHandler, I can only filter (similar to Where in SQL), but I only need to get the specific columns of the table
Beta Was this translation helpful? Give feedback.
All reactions