本文介绍了MVC4 EntityFramework代码优先上下文连接的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我从控制器向导创建上下文时,它会自动为我创建我希望找到连接字符串的所有内容以及我如何追加它

when i create context from controller wizard it automatic create for me every thing i want to find out where connection string and how i can append it

推荐答案


这篇关于MVC4 EntityFramework代码优先上下文连接的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-28 09:02