gpt4 book ai didi

visual-studio-2010 - 我可以与 EF 一起使用什么 DbContext 项目?

转载 作者:行者123 更新时间:2023-12-01 02:38:58 24 4
gpt4 key购买 nike

我是 Entity Framework 的新手。我有来自 NuGet 的 EF 4.2。现在我听说获得 DbContext 会很好。我已经进入扩展管理器并尝试找到它,但我在那里看到大约 8 个。哪个是“正确”的?我不知道这是否重要,但我同时使用 C# 和 VB.NET。另外,我不知道这是否重要,但我正在使用数据优先模型,而不是代码优先或模型优先模型来进行 EF 开发。

最佳答案

在您的 EDMX 设计图面上,右键单击并选择 Add Code-Generation Item :

enter image description here

从在线库中选择 ADO.NET DbContext Generator:

enter image description here

这会在您的解决方案资源管理器中添加两个 T4 模板文件 ( *.tt ),并生成 DbContext以及适合您的实体类:

enter image description here

这是从 DbContext 派生的结果类对于您自己的项目:

enter image description here

关于visual-studio-2010 - 我可以与 EF 一起使用什么 DbContext 项目?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9040396/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com