How would I add the ADO.NET Entity Data Model template to my WebApi project in Visual Studio for Mac?
Asked
Active
Viewed 1,703 times
4
-
[This](https://developercommunity.visualstudio.com/content/problem/15786/missing-adonet-entity-data-model-template.html) is related to Windows, but might also apply in your case. See if it helps. – Nisarg Shah Aug 04 '17 at 14:14
-
Very likely that you have to go back to do it in Visual Studio on Windows. – Lex Li Nov 13 '17 at 23:44
1 Answers
0
In Mac, to add a Data Model using the DataFirst technique you need to use the scaffold command.
https://www.learnentityframeworkcore.com/walkthroughs/existing-database
In the above blog, this process is explained neatly.

kamini kumari
- 31
- 5