IConventionIndex.Builder Property

Definition

Gets the builder that can be used to configure this index.

public Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionIndexBuilder Builder { get; }
member this.Builder : Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionIndexBuilder
Public ReadOnly Property Builder As IConventionIndexBuilder

Property Value

Exceptions

If the index has been removed from the model.

Applies to