使用EF flument API 修改映射資料庫欄位的自增長 modelBuilder.Entity<Invoice>().Property(p => p.Id).HasDatabaseGeneratedOption(DatabaseGeneratedOption.None); 報錯Method n ...
使用EF flument API 修改映射資料庫欄位的自增長
modelBuilder.Entity<Invoice>().Property(p => p.Id).HasDatabaseGeneratedOption(DatabaseGeneratedOption.None);
報錯Method not found: 'System.Data.Entity.ModelConfiguration.Configuration.XXX
卸載所有項目中引用的EntityFramework
重新使用Nuget安裝EntityFramework
解決此問題。
原文鏈接 https://www.devexpress.com/Support/Center/Question/Details/T619780/scaffolding-wizard-error-when-using-fluent-api-syntax-hasindex