EF Reverse POCO against a SQL Database Project?

前端 未结 2 1280
太阳男子
太阳男子 2021-01-21 22:06

Can I use the EF Reverse POCO generator directly against a SQL Database Project?

I keep my SQL database definition in a \"Visual Studio SQL Database Pro

2条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-21 22:51

    For EntityFramework Reverse POCO Code First Generator, you would need to round-trip through an actual SQL database to generate the code-first code as you cannot use generator against a VS Database Project.

提交回复
热议问题