asp.net update LINQ dbml files
        Posted  
        
            by rockinthesixstring
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by rockinthesixstring
        
        
        
        Published on 2010-03-22T01:49:14Z
        Indexed on 
            2010/03/22
            1:51 UTC
        
        
        Read the original article
        Hit count: 683
        
Is there a quick and easy way to update my LINQ dbml files?
Right now, if I update a Stored Procedure, I need to open the dbml designer file, delete the old SP, save, drag and drop the new SP, and save again.
I haven't researched this a whole bunch, but I'm wondering if there's an easy way for Visual Studio to just go into the DB and update the dbml to the latest SP's by just clicking an update button or something along those lines.
© Stack Overflow or respective owner