阅读背景:

如何从C#生成数据库表以便版本控制数据库?

来源:互联网 

Currently, changes to the database are made through the SQL Server Management program. IF a table changes, sqlmetal is run to regenerate the linqtosql classes and development continues. However, this makes deployment a pain, as you have to go through and manually update the deployment database (and any other databases used in the development cycle). It would be nice if we could use C# to generate these changes, as it would help eliminate human error and have the added benefit of being able to keep the database structure in git. Right now, the only representation of the database is in the generated linqtosql classes. Currently, changes to the database are made thr




你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: