Bagikan melalui


RelationalRuntimeModelConvention.ProcessStoredProcedureAnnotations Metode

Definisi

Updates anotasi prosedur tersimpan yang akan diatur pada objek baca-saja.

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>

Anotasi yang akan diproses.

storedProcedure
IStoredProcedure

Prosedur tersimpan sumber.

runtimeStoredProcedure
RuntimeStoredProcedure

Prosedur tersimpan target yang akan berisi anotasi.

runtime
Boolean

Menunjukkan apakah anotasi yang diberikan adalah anotasi runtime.

Berlaku untuk