linq在vb.net中列出(字符串)

时间:2014-03-25 20:41:17

标签: vb.net linq datagridview

这是my.setting中的变量

<Global.System.Configuration.UserScopedSettingAttribute(), _
    Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
    Global.System.Configuration.DefaultSettingValueAttribute("")> _
    Public Property Name() As List(Of String)
        Get
            Return CType(Me("name"), List(Of String))
        End Get
        Set(value As List(Of String))
            Me("name") = value
        End Set
    End Property

如何使用linq将其放入datagridview 罐

0 个答案:

没有答案