Compartir a través de


RuntimeModelConvention.ProcessTriggerAnnotations Método

Definición

Novedades las anotaciones de desencadenador que se establecerán en el objeto de solo lectura.

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)

Parámetros

annotations
Dictionary<String,Object>

Anotaciones que se van a procesar.

trigger
ITrigger

Desencadenador de origen.

runtimeTrigger
RuntimeTrigger

Desencadenador de destino que contendrá las anotaciones.

runtime
Boolean

Indica si las anotaciones especificadas son anotaciones en tiempo de ejecución.

Se aplica a