Freigeben über


RelationalRuntimeModelConvention.ProcessStoredProcedureAnnotations Methode

Definition

Updates die Anmerkungen der gespeicherten Prozedur, die für das schreibgeschützte Objekt festgelegt werden.

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)

Parameter

annotations
Dictionary<String,Object>

Die zu verarbeitenden Anmerkungen.

storedProcedure
IStoredProcedure

Die gespeicherte Quellprozedur.

runtimeStoredProcedure
RuntimeStoredProcedure

Die gespeicherte Zielprozedur, die die Anmerkungen enthält.

runtime
Boolean

Gibt an, ob es sich bei den angegebenen Anmerkungen um Laufzeitanmerkungen handelt.

Gilt für: