当前位置:  开发笔记 > 小程序 > 正文

这个linq查询有什么问题?

如何解决《这个linq查询有什么问题?》经验,为你挑选了1个好方法。

编辑:好的,我现在明白了这个问题.它在投影中.试试这个:

Dim gridViewData = From r As DataRow In dt.Rows _
                   Select Foo = r.Item("foo"), Bar = r.Item("bar")

基本上它不知道投影中的属性叫什么.



1> Jon Skeet..:

编辑:好的,我现在明白了这个问题.它在投影中.试试这个:

Dim gridViewData = From r As DataRow In dt.Rows _
                   Select Foo = r.Item("foo"), Bar = r.Item("bar")

基本上它不知道投影中的属性叫什么.

推荐阅读
勤奋的瞌睡猪_715
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有