Hi i有一份称为测试的文件。 如何阅读该档案中的所有内容? 我已经建立了制度。 数据。
static void Main(string[] args)
{
SQLiteConnection _SQL = new SQLiteConnection("Data Source=C:\test.sqlite");
_SQL.Open();
SQLiteCommand cmd = new SQLiteCommand();
}