摘要:
public static bool TableSubmit(List<tableInfo> tableList) { bool bolResult = false; using (SQLiteConnection connection = new SQLiteConnection(DbHelperSQL.connectionString)) { if (connection.State == ConnectionState.Closed) { connection.Open(); } using (SQLiteTransaction trans = connection.Begi 阅读全文
posted @ 2013-06-03 15:03
nicvscs
阅读(247)
评论(0)
推荐(0)
浙公网安备 33010602011771号