SubSonic Active Record 生成类

发布于 2024-09-08 11:13:58 字数 80 浏览 2 评论 0原文

我想使用亚音速 3.0.4,但我不知道,如何开始生成类并使用 T4 的新模板。 示例:创建新的解决方案来生成表的类并添加到我的项目中。 ?? 谢谢

i wanna use to subsonic 3.0.4 but i dont know, how can i start to generate class and use to new Template of T4.
example: create new solution for generating to table's class and add to my project. ??
thanks

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

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

发布评论

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

评论(1

浅浅淡淡 2024-09-15 11:13:59

编辑

您可以将它与 asp.net、linq 和 mysql 一起使用。

您需要按照此处所示的过程进行操作。

  • 添加对 SubSonic 的引用
  • 添加连接字符串 - 使用 MySQL 连接字符串
  • 在模板中设置连接 - 更新模板并包含 MySQL.ttinclude 而不是 SQLServer.ttinclude。
  • 将 T4 模板添加到您的项目
  • 查询 - 然后您可以使用 Linq 查询,

我想如果您点击该链接,您将能够使用 Subsonic ActiveRecord。


首先查看5 分钟演示 - ActiveRecord

然后按照:使用ActiveRecord文档

演示如何使用Subsonic Active Record和文档中提供了更多配置。

您可以在此处找到其他一些文档。

EDIT

You can use it with asp.net, linq and mysql.

You need to follow the procedure shown here.

  • Add a Reference to SubSonic
  • Add a Connection String - Use MySQL Conn. String
  • Set The Connection In The Templates - Update templates and include MySQL.ttinclude instead of SQLServer.ttinclude.
  • Add the T4 Templates To Your Project
  • Querying - Then you can use your Linq Queries

I think if you follow that link, you will be able to use Subsonic ActiveRecord.


First just checkout The 5 Minute Demo - ActiveRecord.

Then follow: Using ActiveRecord Document

Demo shows how to use subsonic active record and more configuration is available in docs.

You can find some other docs here.

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