RelationalRuntimeModelConvention.ProcessStoredProcedureParameterAnnotations Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Mises à jour les annotations de paramètre de procédure stockée qui seront définies sur l’objet en lecture seule.
protected virtual void ProcessStoredProcedureParameterAnnotations (System.Collections.Generic.Dictionary<string,object?> annotations, Microsoft.EntityFrameworkCore.Metadata.IStoredProcedureParameter parameter, Microsoft.EntityFrameworkCore.Metadata.Internal.RuntimeStoredProcedureParameter runtimeParameter, bool runtime);
abstract member ProcessStoredProcedureParameterAnnotations : System.Collections.Generic.Dictionary<string, obj> * Microsoft.EntityFrameworkCore.Metadata.IStoredProcedureParameter * Microsoft.EntityFrameworkCore.Metadata.Internal.RuntimeStoredProcedureParameter * bool -> unit
override this.ProcessStoredProcedureParameterAnnotations : System.Collections.Generic.Dictionary<string, obj> * Microsoft.EntityFrameworkCore.Metadata.IStoredProcedureParameter * Microsoft.EntityFrameworkCore.Metadata.Internal.RuntimeStoredProcedureParameter * bool -> unit
Protected Overridable Sub ProcessStoredProcedureParameterAnnotations (annotations As Dictionary(Of String, Object), parameter As IStoredProcedureParameter, runtimeParameter As RuntimeStoredProcedureParameter, runtime As Boolean)
Paramètres
- annotations
- Dictionary<String,Object>
Annotations à traiter.
- parameter
- IStoredProcedureParameter
Paramètre de procédure stockée source.
- runtimeParameter
- Microsoft.EntityFrameworkCore.Metadata.Internal.RuntimeStoredProcedureParameter
Paramètre de procédure stockée cible qui contiendra les annotations.
- runtime
- Boolean
Indique si les annotations données sont des annotations d’exécution.