IndexAttribute.Name 属性

定义

索引名称。

public virtual string Name { get; }
member this.Name : string
Public Overridable ReadOnly Property Name As String

属性值

注解

多列索引是在多个属性中使用同一索引名称创建的。 然后,将这些属性中的信息合并在一起以指定实际的数据库索引。

适用于