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

源存储过程结果列。

runtimeResultColumn
Microsoft.EntityFrameworkCore.Metadata.Internal.RuntimeStoredProcedureResultColumn

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

runtime
Boolean

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

适用于