Group DbSets in EF context
Hello,
I created my own LinqPad driver for EF6 on .Net Core and it is working well. I added a small feature: Entities can be decorated with System.ComponentModel.Category
attributes and are grouped into these categories in LinqPad. You can find a screenshot on GitHub.
I have two feature requests:
- There is no good group icon, so I use 'ExplorerIcon.Box'. Would it be possible to add a group icon to the set?
- I'm quite used to this feature by now. Would it be possible to get it with the builtin EF Core driver?
The implementation was quite simple, at least for my driver.
Looking forward to any feedback or sugestions.
Kind regards
Peter
Comments
Check out the 7.4.3 beta - the EF Core driver now reads the Category attribute.
Hello Joseph,
thanks a lot. Works like charm and makes things so much more organized.
Have a nice day
Peter