IConventionStoredProcedureParameter.Builder Property

Definition

Gets the builder that can be used to configure this stored procedure parameter.

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

Property Value

Exceptions

If the stored procedure parameter has been removed from the model.

Applies to