共用方式為


RuntimeModelConvention.ProcessTriggerAnnotations 方法

定義

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

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

參數

annotations
Dictionary<String,Object>

要處理的批註。

trigger
ITrigger

來源觸發程式。

runtimeTrigger
RuntimeTrigger

將包含批註的目標觸發程式。

runtime
Boolean

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

適用於