Feed a LINQ result into a DataROW

后端 未结 3 1693
一向
一向 2021-01-03 11:37

This works:

var Result = from e in actual.Elements
                         select new
                         {
                             Key = e.Key,
          


        
3条回答
  •  北海茫月
    2021-01-03 12:22

    I can't offer much help other than to point you here:

    http://blogs.msdn.com/b/aconrad/archive/2007/09/07/science-project.aspx

提交回复
热议问题