csharp EF - CodeFirst - 多列索引

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了csharp EF - CodeFirst - 多列索引相关的知识,希望对你有一定的参考价值。

[Index("IX_FirstAndSecond", 1, IsUnique = true)]
public int FirstColumn { get; set; }

[Index("IX_FirstAndSecond", 2, IsUnique = true)]
public int SecondColumn { get; set; }

以上是关于csharp EF - CodeFirst - 多列索引的主要内容,如果未能解决你的问题,请参考以下文章

EF实体框架之CodeFirst八

EF| CodeFirst 代码先行

EF-CodeFirst-1 玩起来

EF-CodeFirst-1 玩起来

EF CodeFirst系列---FluentApi

EF CodeFirst数据注解特性详解