Add index in EF Model First design

前端 未结 1 502
你的背包
你的背包 2020-12-16 03:43

I like the option of doing model first design with the Entity Framework (4). However, I haven\'t been able to find out how to add an additional index to a table besides the

相关标签:
1条回答
  • 2020-12-16 03:59

    Read this article. Section Influencing the DDL Generation.

    HTH

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