RuntimeModelConvention.ProcessTriggerAnnotations Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Mises à jour les annotations de déclencheur qui seront définies sur l’objet en lecture seule.
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)
Paramètres
- annotations
- Dictionary<String,Object>
Annotations à traiter.
- trigger
- ITrigger
Déclencheur source.
- runtimeTrigger
- RuntimeTrigger
Déclencheur cible qui contiendra les annotations.
- runtime
- Boolean
Indique si les annotations données sont des annotations d’exécution.
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.