Beispiel #1
0
        private static bool ButtomIsExistTable(string dbfile, string tablename)
        {
            var tbs = SqliteRecoveryHelper.ButtomGetAllTables(dbfile);

            return(tbs.Contains(tablename));
        }