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

指示给定批注是否为运行时批注。

适用于