从活动记录/linq 查询结果中排除 blob 列

发布于 2024-09-18 07:58:13 字数 175 浏览 3 评论 0原文

在 Subsonic/ActiveRecord/Linq 查询中从结果集中排除列的最简单方法是什么?

我有一个图像表,通常我只想要与图像关联的元数据(例如图像 ID/名称/尺寸)。为这些请求提取整个图像数据似乎相当浪费。

我目前的想法是将图像数据拆分到一个单独的表中,但我想知道是否有更简单/更好的方法。

What's the easiest way to exclude a column from the result set in a Subsonic/ActiveRecord/Linq query?

I've a got a table of images, and often I only want the meta data associated with the image (image id/name/dimensions for example). Seems fairly wasteful to be pulling in the entire image data for these requests.

My current thought is to split out the image data to a separate table, but I'm wondering if there's an easier/better way.

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

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

发布评论

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

评论(1

痴情换悲伤 2024-09-25 07:58:13

正如您通过下面的链接在文档中看到的,可以使用 LINQ 并以这种方式详细说明您的查询。

http://subsonicproject.com/docs/Using_ActiveRecord

As You can see in the docs via the link below its possible to use LINQ and detail your query that way.

http://subsonicproject.com/docs/Using_ActiveRecord

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