IConventionKey.Builder Property

Definition

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

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

Property Value

Exceptions

If the index has been removed from the model.

Applies to