Skip to Main Content

ODP.NET

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Beta3 Creat Models From Existed Oracle Database

3984318Apr 23 2019 — edited Apr 26 2019

when i use  command

Scaffold-DbContext "Database=***;User ID=***;Password=***" Oracle.EntityFrameworkCore

creat models from existed database(oracle 11g),i got the following error:

程序集“Oracle.EntityFrameworkCore, Version=2.0.18.0, Culture=neutral, PublicKeyToken=null”中的类型“Oracle.EntityFrameworkCore.Scaffolding.Internal.OracleDatabaseModelFactory”的方法“Create”没有实现。

(The method "Create" of the type "Oracle.EntityFrameworkCore.Scaffolding.Internal.OracleDatabaseModelFactory" in the assembly "Oracle.EntityFrameworkCore, Version=2.0.18.0, Culture=neutral, PublicKeyToken=null" is not implemented.)

angone got the same question?thanks

Comments

Post Details

Added on Apr 23 2019
3 comments
283 views