IndexAnnotation.Indexes Property

Definition

Gets the indexes represented by this annotation.

public virtual System.Collections.Generic.IEnumerable<System.ComponentModel.DataAnnotations.Schema.IndexAttribute> Indexes { get; }
member this.Indexes : seq<System.ComponentModel.DataAnnotations.Schema.IndexAttribute>
Public Overridable ReadOnly Property Indexes As IEnumerable(Of IndexAttribute)

Property Value

Applies to