// 在数据库上下文的构造方法里 public GewPeAppContext() : base(ConnectionStrings.GewPeAppConnectionString) { // 添加以下的代码:需要在EF 4.3上关闭数据库初始化策略 Database.SetInitializer<GewPeAppContext>(null); }
Powered by: 博客园 Copyright © 2024 WinChance Powered by .NET 9.0 on Kubernetes