实体框架中的脚手架存储库类

发布于 2024-11-30 05:36:45 字数 110 浏览 3 评论 0原文

我有一个使用实体框架从数据库自动创建的模型。

这是一个仅用于数据访问的项目。

是否可以使用脚手架功能为模型中的类生成存储库类?

我希望我在这里能让自己被理解。

I have a Model that is automatically created from a database using entity framework.

This is a project that is just used for data access.

Is it possible to use the scaffolding feature to generate repositories classes for the classes that comes in the model?

I hope that i make myself understood here.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

月下凄凉 2024-12-07 05:36:45

是的,如果您已下载最新的 Mvc3 工具更新 您可以关注这个示例。它将最终创建您的控制器、视图和存储库。

Yes, if you have downloaded the newest Mvc3 Tools Update you can follow this example. It will end up creating your controller, views, and repositories.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文