Condividi tramite


IConventionComplexProperty.Builder Property

Definition

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

[System.Runtime.CompilerServices.Nullable(1)]
public Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionComplexPropertyBuilder Builder { get; }
[<System.Runtime.CompilerServices.Nullable(1)>]
member this.Builder : Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionComplexPropertyBuilder
Public ReadOnly Property Builder As IConventionComplexPropertyBuilder

Property Value

Attributes

Exceptions

If the property has been removed from the model.

Applies to