RelationalRuntimeModelConvention.ProcessStoredProcedureAnnotations 方法

定义

汇报将在只读对象上设置的存储过程注释。

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)

参数

annotations
Dictionary<String,Object>

要处理的批注。

storedProcedure
IStoredProcedure

源存储过程。

runtimeStoredProcedure
RuntimeStoredProcedure

将包含批注的目标存储过程。

runtime
Boolean

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

适用于