Best way to update LINQ to SQL classes after database schema change

前端 未结 7 2062
别那么骄傲
别那么骄傲 2020-11-29 16:08

I\'m using LINQ to SQL classes in a project where the database design is still in a bit of flux.

Is there an easy way of synchronising the classes with the schema, o

7条回答
  •  伪装坚强ぢ
    2020-11-29 16:27

    I wrote a tool to do script changes to Dbml scripts see http://code.google.com/p/linqtodbmlrunner/ and my blog http://www.adverseconditionals.com

提交回复
热议问题