IndexAnnotation.Indexes Property

 

Gets the indexes represented by this annotation.

Namespace:   System.Data.Entity.Infrastructure.Annotations
Assembly:  EntityFramework (in EntityFramework.dll)

public virtual IEnumerable<IndexAttribute> Indexes { get; }

Property Value

Type: System.Collections.Generic.IEnumerable<IndexAttribute>

The indexes represented by this annotation.