Quick question on Scaffold-DbContext

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
azabluda
Posts: 35
Joined: Thu 10 Sep 2009 14:45

Quick question on Scaffold-DbContext

Post by azabluda » Tue 02 Aug 2016 09:01

Is reverse engineering supported by dotConnect's EFCore provider?
https://docs.efproject.net/en/latest/mi ... -dbcontext

If not yet, then are there any plans / ETAs on adding this feature?

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: Quick question on Scaffold-DbContext

Post by Shalex » Tue 02 Aug 2016 14:53

Reverse engineering is supported via Entity Developer shipped with the dotConnect for Oracle installation. You can run it in the following way: right click your project in Solution Explorer > Add > New Item > Data > Devart EF Core Model, then follow the wizard steps to create a model. Does this help?

Generating a model via Package Manager Console is currently not supported.


Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: Quick question on Scaffold-DbContext

Post by Shalex » Fri 09 Dec 2016 16:23

The Scaffold-DbContext NuGet command of Package Manager Console for generating a model basing on the existing database schema is supported in EF Core: viewtopic.php?f=1&t=34692.

Post Reply