-
-
Notifications
You must be signed in to change notification settings - Fork 304
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not an issue just a way to import EF 6 EDMX tables and and renaming of the tables/fields #1331
Labels
question
Further information is requested
Comments
Sorry about the formatting, it would not block the code correctly. |
This is great, I have fixed the formatting. I will add this to the wiki page. |
The code does not compile, so here is an update: Run it in .net core. It requires the nugets ChoETL and Newtonsoft.
|
Thanks a lot @HansBM - I will update / ensure a link from the wiki |
@HansBM Added to the docs, thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here is some code I wrote to quickly export the tables I was using in the old EF6 for the EFCorePowerTools:
Just simply provide the path to your edmx file from the original EF6 and this will create two files the rename and the table list you can copy and paste into the config json for the efpt.
The text was updated successfully, but these errors were encountered: