當首先使用代碼時,EF遷移實用程序看起來相當不錯。使用EF4遷移工具和模型優先方法
基於this blog post,我嘗試在我的項目中使用model-first。當運行Enable-Migrations
命令,我收到以下錯誤:
Creating a DbModelBuilder or writing the EDMX from a DbContext created using Database First or Model First is not supported. EDMX can only be obtained from a Code First DbContext created without using an existing DbCompiledModel.
有周圍沒有任何辦法,所以我們可以使用EF遷移而無需切換到代碼優先?
我猜不 - 這是例外說的,但它會是一個很好的建議[Data UserVoice](http://data.uservoice.com/forums/72025-entity-framework-feature-suggestions)。 – 2012-04-16 18:57:21
對於博客鏈接+1 – 2013-02-20 03:36:15