从活动记录/linq 查询结果中排除 blob 列
在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
正如您通过下面的链接在文档中看到的,可以使用 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