IConventionEntityTypeMappingFragment.Builder Property

Definition

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

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

Property Value

Exceptions

If the fragment has been removed from the model.

Applies to