Partager via


RelationalRuntimeModelConvention.ProcessStoredProcedureAnnotations Méthode

Définition

Mises à jour les annotations de procédure stockée qui seront définies sur l’objet en lecture seule.

protected virtual void ProcessStoredProcedureAnnotations (System.Collections.Generic.Dictionary<string,object?> annotations, Microsoft.EntityFrameworkCore.Metadata.IStoredProcedure storedProcedure, Microsoft.EntityFrameworkCore.Metadata.RuntimeStoredProcedure runtimeStoredProcedure, bool runtime);
abstract member ProcessStoredProcedureAnnotations : System.Collections.Generic.Dictionary<string, obj> * Microsoft.EntityFrameworkCore.Metadata.IStoredProcedure * Microsoft.EntityFrameworkCore.Metadata.RuntimeStoredProcedure * bool -> unit
override this.ProcessStoredProcedureAnnotations : System.Collections.Generic.Dictionary<string, obj> * Microsoft.EntityFrameworkCore.Metadata.IStoredProcedure * Microsoft.EntityFrameworkCore.Metadata.RuntimeStoredProcedure * bool -> unit
Protected Overridable Sub ProcessStoredProcedureAnnotations (annotations As Dictionary(Of String, Object), storedProcedure As IStoredProcedure, runtimeStoredProcedure As RuntimeStoredProcedure, runtime As Boolean)

Paramètres

annotations
Dictionary<String,Object>

Annotations à traiter.

storedProcedure
IStoredProcedure

Procédure stockée source.

runtimeStoredProcedure
RuntimeStoredProcedure

Procédure stockée cible qui contiendra les annotations.

runtime
Boolean

Indique si les annotations données sont des annotations d’exécution.

S’applique à