实体框架中的脚手架存储库类
我有一个使用实体框架从数据库自动创建的模型。
这是一个仅用于数据访问的项目。
是否可以使用脚手架功能为模型中的类生成存储库类?
我希望我在这里能让自己被理解。
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,如果您已下载最新的 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.