Ejemplo n.º 1
0
        private void btnClear_MouseDown(object sender, MouseButtonEventArgs e)
        {
            dbContext db = new dbContext();

            //string sql = " select ' truncate table ' + table_name "
            //           + " from information_schema.tables where TAble_schema='"+ "astilleronew" +"'";

            db.Truncates();
        }