IConventionStoredProcedure.Builder Property

Definition

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

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

Property Value

Exceptions

If the stored procedure has been removed from the model.

Applies to