How to import into the code database tables with Entity Framework 6

1

In my project, I have only a few entities that are not connected to the database, but I run some procedures through EF6.

These procs are just queries that bring data across information from more than one table.

Now I want to insert entities and repositories of tables that already exist in the database into the same project.

How do I make this import for code?

    
asked by anonymous 26.06.2017 / 21:47

0 answers