自定义 SQL 查询和 SubSonic ActiveRecord?

发布于 2024-11-14 15:45:17 字数 123 浏览 2 评论 0原文

我需要手动执行一些 SQL 查询,因为 ActiveRecord 不支持任何类型的 XPath 查询。

如果我能以某种方式发送查询并返回数据对象列表,我会很高兴。无需手动将每一列加载到对象的属性中,最简单的方法是什么

I'm needing to do some SQL queries manually because ActiveRecord doesn't support any kind of XPath query.

I'd love if I could somehow send in a query and it give me back a list of data objects. What would be the easiest way to do this without manually loading each column into an object's property

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

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

发布评论

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

评论(2

尴尬癌患者 2024-11-21 15:45:17

SubSonic 有一个“CodingHorror”类,它使我能够执行内联查询,并且它有一个方法 ExecuteTypedList()。所以我将尝试以这种方式加载东西并看看它是如何工作的

SubSonic has a "CodingHorror" class which enables me to do inline queries and it has a method ExecuteTypedList<T>(). So I'm going to try loading things that way and see how it works

你不是我要的菜∠ 2024-11-21 15:45:17

那么您需要将 xml 加载到 C# 对象中吗?
听起来可能是这样...

如何将 XML 映射到 C# 对象< /a>

So you need to load xml into c# objects?
Sounds like this maybe...

How do I map XML to C# objects

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