如何修改使用 CTP5 DbContextGenerator 模板生成的类中的命名空间

发布于 2024-10-19 21:55:42 字数 253 浏览 2 评论 0原文

在我的应用程序中,我从数据库创建了一个 EF 模型。在我使用 CTP5 ADO.NET DbContextGenerator 模板创建 POCO 类之后。顺便说一句,我想修改生成的 POCO 类的命名空间。 我尝试修改模型的命名空间(右键单击模型 -> 属性 -> 命名空间)和右键单击模型文件时找到的 CustomToolNamespace,但什么也没有。 另一件事是,如果我尝试右键单击模型中的任何实体,命名空间就是我想要的。 是否必须在生成的任何文件中手动修改? 谢谢!

in my application I have created a EF model from my database. After I created my POCO classes with the CTP5 ADO.NET DbContextGenerator template. By the way I want modify the namespace of the POCO classes generated.
I tried to modify the namespace of the model (right click on the model->properties->namespace) and the CustomToolNamespace that I found on right clicking on the model file, but nothing.
Another thing is that if I try to right click on any of my entities in my model, the namespace it's how I want.
Should necessarily modify by hand in any file generated?
Thanks!

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

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

发布评论

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

评论(1

哽咽笑 2024-10-26 21:55:42

尝试在 .tt 文件上使用 CustomToolNamespace

Try CustomToolNamespace on .tt files instead

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