sjh37 / EntityFramework-Reverse-POCO-Code-First-Generator

EntityFramework Reverse POCO Code First Generator - Beautifully generated code that is fully customisable. This generator creates code as if you reverse engineered a database and lovingly created the code by hand. It is free to academics (you need a .edu or a .ac email address), not free for commercial use. Obtain your licence from
https://www.reversepoco.co.uk/
Other
700 stars 230 forks source link

allow multiple enums from a single table #837

Closed advcoder closed 3 months ago

advcoder commented 3 months ago

allow multiple enums from a single table. if I provide a GroupField to act as a key field, I should be able to create multiple enums based on that single table.

advcoder commented 3 months ago

I have a PR that would do this, but I can't upload or create a pull request for you.

advcoder commented 3 months ago

I figured it out. fork then can merge back. I have never done that before...

https://github.com/sjh37/EntityFramework-Reverse-POCO-Code-First-Generator/pull/838

this PR should show you how I implemented the work to allow multiple enumerations based on a group field column

advcoder commented 3 months ago

Thank you for the merge. I can close this issue!