Example #1
0
        private static bool ButtomIsExistTableField(string dbfile, string tablename, string fieldName)
        {
            var fds = SqliteRecoveryHelper.ButtomGetTableDefin(dbfile, tablename);

            return(fds.Contains(fieldName));
        }