Partager via


SqlServerRuntimeModelConvention.ProcessPropertyOverridesAnnotations Méthode

Définition

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

protected override void ProcessPropertyOverridesAnnotations (System.Collections.Generic.Dictionary<string,object?> annotations, Microsoft.EntityFrameworkCore.Metadata.IRelationalPropertyOverrides propertyOverrides, Microsoft.EntityFrameworkCore.Metadata.RuntimeRelationalPropertyOverrides runtimePropertyOverrides, bool runtime);
override this.ProcessPropertyOverridesAnnotations : System.Collections.Generic.Dictionary<string, obj> * Microsoft.EntityFrameworkCore.Metadata.IRelationalPropertyOverrides * Microsoft.EntityFrameworkCore.Metadata.RuntimeRelationalPropertyOverrides * bool -> unit
Protected Overrides Sub ProcessPropertyOverridesAnnotations (annotations As Dictionary(Of String, Object), propertyOverrides As IRelationalPropertyOverrides, runtimePropertyOverrides As RuntimeRelationalPropertyOverrides, runtime As Boolean)

Paramètres

annotations
Dictionary<String,Object>

Annotations à traiter.

propertyOverrides
IRelationalPropertyOverrides

La propriété relationnelle source remplace.

runtimePropertyOverrides
RuntimeRelationalPropertyOverrides

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 à