Bagikan melalui


RelationalRuntimeModelConvention.ProcessStoredProcedureResultColumnAnnotations Metode

Definisi

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

protected virtual void ProcessStoredProcedureResultColumnAnnotations (System.Collections.Generic.Dictionary<string,object?> annotations, Microsoft.EntityFrameworkCore.Metadata.IStoredProcedureResultColumn resultColumn, Microsoft.EntityFrameworkCore.Metadata.Internal.RuntimeStoredProcedureResultColumn runtimeResultColumn, bool runtime);
abstract member ProcessStoredProcedureResultColumnAnnotations : System.Collections.Generic.Dictionary<string, obj> * Microsoft.EntityFrameworkCore.Metadata.IStoredProcedureResultColumn * Microsoft.EntityFrameworkCore.Metadata.Internal.RuntimeStoredProcedureResultColumn * bool -> unit
override this.ProcessStoredProcedureResultColumnAnnotations : System.Collections.Generic.Dictionary<string, obj> * Microsoft.EntityFrameworkCore.Metadata.IStoredProcedureResultColumn * Microsoft.EntityFrameworkCore.Metadata.Internal.RuntimeStoredProcedureResultColumn * bool -> unit
Protected Overridable Sub ProcessStoredProcedureResultColumnAnnotations (annotations As Dictionary(Of String, Object), resultColumn As IStoredProcedureResultColumn, runtimeResultColumn As RuntimeStoredProcedureResultColumn, runtime As Boolean)

Parameter

annotations
Dictionary<String,Object>

Anotasi yang akan diproses.

resultColumn
IStoredProcedureResultColumn

Kolom hasil prosedur fstored sumber.

runtimeResultColumn
Microsoft.EntityFrameworkCore.Metadata.Internal.RuntimeStoredProcedureResultColumn

Kolom hasil prosedur tersimpan target yang akan berisi anotasi.

runtime
Boolean

Menunjukkan apakah anotasi yang diberikan adalah anotasi runtime.

Berlaku untuk