共用方式為


RelationalRuntimeModelConvention.ProcessStoredProcedureParameterAnnotations 方法

定義

更新將在唯讀物件上設定的預存程式參數注釋。

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)

參數

annotations
Dictionary<String,Object>

要處理的批註。

parameter
IStoredProcedureParameter

來源預存程式參數。

runtimeParameter
Microsoft.EntityFrameworkCore.Metadata.Internal.RuntimeStoredProcedureParameter

將包含批註的目標預存程式參數。

runtime
Boolean

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

適用於