Export to csv - Linq query

前端 未结 3 1884
感情败类
感情败类 2021-01-19 00:44

I have a class in linq that query db table like this, and the question is: How do I export that data to csv? I have tried link suggested and I am using linq2csv and still w

3条回答
  •  借酒劲吻你
    2021-01-19 01:36

    Since you're already familiar with LINQ, I've used Matt Perdeck's LINQ2CSV ( http://www.codeproject.com/Articles/25133/LINQ-to-CSV-library ) before and it's made my life a lot easier.

提交回复
热议问题