共用方式為


RelationalRuntimeModelConvention.ProcessStoredProcedureResultColumnAnnotations 方法

定義

更新將在唯讀物件上設定的預存程式結果資料行批註。

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)

參數

annotations
Dictionary<String,Object>

要處理的批註。

resultColumn
IStoredProcedureResultColumn

來源 fstored 程式結果資料行。

runtimeResultColumn
Microsoft.EntityFrameworkCore.Metadata.Internal.RuntimeStoredProcedureResultColumn

將包含批註的目標預存程式結果資料行。

runtime
Boolean

指出指定的批註是否為執行時間批註。

適用於