如何获取过滤后的列表
我正在尝试做这样的事情:
listeTagGr.DataContext = From a In oo.articles
Where a.producttype.id.Equals(1)
Select a.tagstrings Distinct
错误:tagstrings 是一个列表。 我不想检索产品类型为 1 的文章的不同标记字符串列表
I'm trying to do something like this :
listeTagGr.DataContext = From a In oo.articles
Where a.producttype.id.Equals(1)
Select a.tagstrings Distinct
Error : tagstrings is a list.
I wan't to retrieve the list of distincts tagstrings for articles where producttype is 1
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)