IndexAttribute.Name Property

Definition

The index name.

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

Property Value

Remarks

Multi-column indexes are created by using the same index name in multiple attributes. The information in these attributes is then merged together to specify the actual database index.

Applies to