我试图找出一种使用System.Data.SQLite将CSV文件加载到SQLite DB中的一种方法
我看到命令行的方式来做到这一点,即 .Import mydata.csv mytable
.Import mydata.csv mytable
但我需要通过C#代码来做到这一点.任何的想法?