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

allow multiple enums from a single table

advcoder opened this issue · 3 comments

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.

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

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

#838

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

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