What is the function of the DBMDL File in VS database project

后端 未结 1 1556
眼角桃花
眼角桃花 2020-12-08 08:52

What is the function of the DBMDL file in a visual studio database project?

相关标签:
1条回答
  • 2020-12-08 09:16

    From what I can make out, it is a serialized file of your db model and is used as a cache for improving the performance of deployment. It is unique per user thus should not be checked into source control.

    0 讨论(0)
提交回复
热议问题