Page 1 of 1

Quick question on Scaffold-DbContext

Posted: Tue 02 Aug 2016 09:01
by azabluda
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?

Re: Quick question on Scaffold-DbContext

Posted: Tue 02 Aug 2016 14:53
by Shalex
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.

Re: Quick question on Scaffold-DbContext

Posted: Tue 02 Aug 2016 14:56
by Shalex

Re: Quick question on Scaffold-DbContext

Posted: Fri 09 Dec 2016 16:23
by Shalex
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.