次の方法で共有


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

指定された注釈がランタイム注釈であるかどうかを示します。

適用対象