共用方式為


RelationalRuntimeModelConvention.ProcessFunctionAnnotations 方法

定義

更新將在唯讀物件上設定的函式批註。

protected virtual void ProcessFunctionAnnotations (System.Collections.Generic.Dictionary<string,object?> annotations, Microsoft.EntityFrameworkCore.Metadata.IDbFunction function, Microsoft.EntityFrameworkCore.Metadata.RuntimeDbFunction runtimeFunction, bool runtime);
abstract member ProcessFunctionAnnotations : System.Collections.Generic.Dictionary<string, obj> * Microsoft.EntityFrameworkCore.Metadata.IDbFunction * Microsoft.EntityFrameworkCore.Metadata.RuntimeDbFunction * bool -> unit
override this.ProcessFunctionAnnotations : System.Collections.Generic.Dictionary<string, obj> * Microsoft.EntityFrameworkCore.Metadata.IDbFunction * Microsoft.EntityFrameworkCore.Metadata.RuntimeDbFunction * bool -> unit
Protected Overridable Sub ProcessFunctionAnnotations (annotations As Dictionary(Of String, Object), function As IDbFunction, runtimeFunction As RuntimeDbFunction, runtime As Boolean)

參數

annotations
Dictionary<String,Object>

要處理的批註。

function
IDbFunction

來源函式。

runtimeFunction
RuntimeDbFunction

將包含批註的目標函式。

runtime
Boolean

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

適用於