Partager via


RelationalRuntimeModelConvention.ProcessEntityTypeMappingFragmentAnnotations Méthode

Définition

Mises à jour la propriété relationnelle remplace les annotations qui seront définies sur l’objet en lecture seule.

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

Paramètres

annotations
Dictionary<String,Object>

Annotations à traiter.

entityTypeMappingFragment
IEntityTypeMappingFragment

La propriété relationnelle source remplace.

runtimeEntityTypeMappingFragment
RuntimeEntityTypeMappingFragment

La propriété relationnelle cible remplace qui contiendra les annotations.

runtime
Boolean

Indique si les annotations données sont des annotations d’exécution.

S’applique à