我可以从设置了 ViewFields 的 SPQuery 中检索 SPListItem 的其他字段吗?
我正在使用设置了 ViewFields 的 SPQuery 从 SPList 检索 SPListItems。我正在使用 ViewFields 来提高性能。但是,对于某些项目,我需要额外的数据。我知道我可以使用新查询再次检索单个项目。但是,我想知道是否有一种更有效的方法可以让我只提取我需要的附加字段?
I am retrieving SPListItems from SPList with a SPQuery that has ViewFields set. I am using ViewFields to improve performance. However, for some items, I need additional data. I know I can just retrieve the single item again with a new query. However, I am wondering, is there a more efficient way that would allow me to just pull the additional fields I need?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
无法指定您只希望在满足特定条件时包含某个字段。所以您的选择是:
There is no way to specify that you only want a field included if certain criteria is meet. So Your options are: