IAnnotationCodeGenerator.RemoveAnnotationsHandledByConventions 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.
Surcharges
RemoveAnnotationsHandledByConventions(ISkipNavigation, IDictionary<String,IAnnotation>) |
Supprime l’annotation dont la configuration est déjà appliquée par convention et n’a pas besoin d’être spécifiée explicitement. |
RemoveAnnotationsHandledByConventions(ISequence, IDictionary<String,IAnnotation>) |
Supprime l’annotation dont la configuration est déjà appliquée par convention et n’a pas besoin d’être spécifiée explicitement. |
RemoveAnnotationsHandledByConventions(IRelationalPropertyOverrides, IDictionary<String,IAnnotation>) |
Supprime l’annotation dont la configuration est déjà appliquée par convention et n’a pas besoin d’être spécifiée explicitement. |
RemoveAnnotationsHandledByConventions(IProperty, IDictionary<String,IAnnotation>) |
Supprime l’annotation dont la configuration est déjà appliquée par convention et n’a pas besoin d’être spécifiée explicitement. |
RemoveAnnotationsHandledByConventions(INavigation, IDictionary<String,IAnnotation>) |
Supprime l’annotation dont la configuration est déjà appliquée par convention et n’a pas besoin d’être spécifiée explicitement. |
RemoveAnnotationsHandledByConventions(IModel, IDictionary<String,IAnnotation>) |
Supprime l’annotation dont la configuration est déjà appliquée par convention et n’a pas besoin d’être spécifiée explicitement. |
RemoveAnnotationsHandledByConventions(IKey, IDictionary<String,IAnnotation>) |
Supprime l’annotation dont la configuration est déjà appliquée par convention et n’a pas besoin d’être spécifiée explicitement. |
RemoveAnnotationsHandledByConventions(IAnnotatable, IDictionary<String,IAnnotation>) |
Supprime l’annotation dont la configuration est déjà appliquée par convention et n’a pas besoin d’être spécifiée explicitement. |
RemoveAnnotationsHandledByConventions(IForeignKey, IDictionary<String,IAnnotation>) |
Supprime l’annotation dont la configuration est déjà appliquée par convention et n’a pas besoin d’être spécifiée explicitement. |
RemoveAnnotationsHandledByConventions(IEntityTypeMappingFragment, IDictionary<String,IAnnotation>) |
Supprime l’annotation dont la configuration est déjà appliquée par convention et n’a pas besoin d’être spécifiée explicitement. |
RemoveAnnotationsHandledByConventions(IComplexType, IDictionary<String,IAnnotation>) |
Supprime l’annotation dont la configuration est déjà appliquée par convention et n’a pas besoin d’être spécifiée explicitement. |
RemoveAnnotationsHandledByConventions(IComplexProperty, IDictionary<String,IAnnotation>) |
Supprime l’annotation dont la configuration est déjà appliquée par convention et n’a pas besoin d’être spécifiée explicitement. |
RemoveAnnotationsHandledByConventions(ICheckConstraint, IDictionary<String,IAnnotation>) |
Supprime l’annotation dont la configuration est déjà appliquée par convention et n’a pas besoin d’être spécifiée explicitement. |
RemoveAnnotationsHandledByConventions(ITrigger, IDictionary<String,IAnnotation>) |
Supprime l’annotation dont la configuration est déjà appliquée par convention et n’a pas besoin d’être spécifiée explicitement. |
RemoveAnnotationsHandledByConventions(IIndex, IDictionary<String,IAnnotation>) |
Supprime l’annotation dont la configuration est déjà appliquée par convention et n’a pas besoin d’être spécifiée explicitement. |
RemoveAnnotationsHandledByConventions(IEntityType, IDictionary<String,IAnnotation>) |
Supprime l’annotation dont la configuration est déjà appliquée par convention et n’a pas besoin d’être spécifiée explicitement. |
RemoveAnnotationsHandledByConventions(ISkipNavigation, IDictionary<String,IAnnotation>)
Supprime l’annotation dont la configuration est déjà appliquée par convention et n’a pas besoin d’être spécifiée explicitement.
public virtual void RemoveAnnotationsHandledByConventions (Microsoft.EntityFrameworkCore.Metadata.ISkipNavigation navigation, System.Collections.Generic.IDictionary<string,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations);
abstract member RemoveAnnotationsHandledByConventions : Microsoft.EntityFrameworkCore.Metadata.ISkipNavigation * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> unit
override this.RemoveAnnotationsHandledByConventions : Microsoft.EntityFrameworkCore.Metadata.ISkipNavigation * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> unit
Public Overridable Sub RemoveAnnotationsHandledByConventions (navigation As ISkipNavigation, annotations As IDictionary(Of String, IAnnotation))
Paramètres
- navigation
- ISkipNavigation
Navigation à laquelle les annotations sont appliquées.
- annotations
- IDictionary<String,IAnnotation>
Ensemble d’annotations à partir desquels supprimer les annotations conventionnelles.
S’applique à
RemoveAnnotationsHandledByConventions(ISequence, IDictionary<String,IAnnotation>)
Supprime l’annotation dont la configuration est déjà appliquée par convention et n’a pas besoin d’être spécifiée explicitement.
public virtual void RemoveAnnotationsHandledByConventions (Microsoft.EntityFrameworkCore.Metadata.ISequence sequence, System.Collections.Generic.IDictionary<string,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations);
abstract member RemoveAnnotationsHandledByConventions : Microsoft.EntityFrameworkCore.Metadata.ISequence * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> unit
override this.RemoveAnnotationsHandledByConventions : Microsoft.EntityFrameworkCore.Metadata.ISequence * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> unit
Public Overridable Sub RemoveAnnotationsHandledByConventions (sequence As ISequence, annotations As IDictionary(Of String, IAnnotation))
Paramètres
- sequence
- ISequence
Séquence à laquelle les annotations sont appliquées.
- annotations
- IDictionary<String,IAnnotation>
Ensemble d’annotations à partir desquels supprimer les annotations conventionnelles.
S’applique à
RemoveAnnotationsHandledByConventions(IRelationalPropertyOverrides, IDictionary<String,IAnnotation>)
Supprime l’annotation dont la configuration est déjà appliquée par convention et n’a pas besoin d’être spécifiée explicitement.
public virtual void RemoveAnnotationsHandledByConventions (Microsoft.EntityFrameworkCore.Metadata.IRelationalPropertyOverrides overrides, System.Collections.Generic.IDictionary<string,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations);
abstract member RemoveAnnotationsHandledByConventions : Microsoft.EntityFrameworkCore.Metadata.IRelationalPropertyOverrides * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> unit
override this.RemoveAnnotationsHandledByConventions : Microsoft.EntityFrameworkCore.Metadata.IRelationalPropertyOverrides * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> unit
Public Overridable Sub RemoveAnnotationsHandledByConventions (overrides As IRelationalPropertyOverrides, annotations As IDictionary(Of String, IAnnotation))
Paramètres
- overrides
- IRelationalPropertyOverrides
La propriété remplace à laquelle les annotations sont appliquées.
- annotations
- IDictionary<String,IAnnotation>
Ensemble d’annotations à partir desquels supprimer les annotations conventionnelles.
S’applique à
RemoveAnnotationsHandledByConventions(IProperty, IDictionary<String,IAnnotation>)
Supprime l’annotation dont la configuration est déjà appliquée par convention et n’a pas besoin d’être spécifiée explicitement.
public virtual void RemoveAnnotationsHandledByConventions (Microsoft.EntityFrameworkCore.Metadata.IProperty property, System.Collections.Generic.IDictionary<string,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations);
abstract member RemoveAnnotationsHandledByConventions : Microsoft.EntityFrameworkCore.Metadata.IProperty * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> unit
override this.RemoveAnnotationsHandledByConventions : Microsoft.EntityFrameworkCore.Metadata.IProperty * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> unit
Public Overridable Sub RemoveAnnotationsHandledByConventions (property As IProperty, annotations As IDictionary(Of String, IAnnotation))
Paramètres
- property
- IProperty
Propriété à laquelle les annotations sont appliquées.
- annotations
- IDictionary<String,IAnnotation>
Ensemble d’annotations à partir desquels supprimer les annotations conventionnelles.
S’applique à
RemoveAnnotationsHandledByConventions(INavigation, IDictionary<String,IAnnotation>)
Supprime l’annotation dont la configuration est déjà appliquée par convention et n’a pas besoin d’être spécifiée explicitement.
public virtual void RemoveAnnotationsHandledByConventions (Microsoft.EntityFrameworkCore.Metadata.INavigation navigation, System.Collections.Generic.IDictionary<string,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations);
abstract member RemoveAnnotationsHandledByConventions : Microsoft.EntityFrameworkCore.Metadata.INavigation * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> unit
override this.RemoveAnnotationsHandledByConventions : Microsoft.EntityFrameworkCore.Metadata.INavigation * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> unit
Public Overridable Sub RemoveAnnotationsHandledByConventions (navigation As INavigation, annotations As IDictionary(Of String, IAnnotation))
Paramètres
- navigation
- INavigation
Navigation à laquelle les annotations sont appliquées.
- annotations
- IDictionary<String,IAnnotation>
Ensemble d’annotations à partir desquels supprimer les annotations conventionnelles.
S’applique à
RemoveAnnotationsHandledByConventions(IModel, IDictionary<String,IAnnotation>)
Supprime l’annotation dont la configuration est déjà appliquée par convention et n’a pas besoin d’être spécifiée explicitement.
public virtual void RemoveAnnotationsHandledByConventions (Microsoft.EntityFrameworkCore.Metadata.IModel model, System.Collections.Generic.IDictionary<string,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations);
abstract member RemoveAnnotationsHandledByConventions : Microsoft.EntityFrameworkCore.Metadata.IModel * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> unit
override this.RemoveAnnotationsHandledByConventions : Microsoft.EntityFrameworkCore.Metadata.IModel * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> unit
Public Overridable Sub RemoveAnnotationsHandledByConventions (model As IModel, annotations As IDictionary(Of String, IAnnotation))
Paramètres
- model
- IModel
Modèle auquel les annotations sont appliquées.
- annotations
- IDictionary<String,IAnnotation>
Ensemble d’annotations à partir desquels supprimer les annotations conventionnelles.
S’applique à
RemoveAnnotationsHandledByConventions(IKey, IDictionary<String,IAnnotation>)
Supprime l’annotation dont la configuration est déjà appliquée par convention et n’a pas besoin d’être spécifiée explicitement.
public virtual void RemoveAnnotationsHandledByConventions (Microsoft.EntityFrameworkCore.Metadata.IKey key, System.Collections.Generic.IDictionary<string,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations);
abstract member RemoveAnnotationsHandledByConventions : Microsoft.EntityFrameworkCore.Metadata.IKey * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> unit
override this.RemoveAnnotationsHandledByConventions : Microsoft.EntityFrameworkCore.Metadata.IKey * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> unit
Public Overridable Sub RemoveAnnotationsHandledByConventions (key As IKey, annotations As IDictionary(Of String, IAnnotation))
Paramètres
- key
- IKey
Clé à laquelle les annotations sont appliquées.
- annotations
- IDictionary<String,IAnnotation>
Ensemble d’annotations à partir desquels supprimer les annotations conventionnelles.
S’applique à
RemoveAnnotationsHandledByConventions(IAnnotatable, IDictionary<String,IAnnotation>)
Supprime l’annotation dont la configuration est déjà appliquée par convention et n’a pas besoin d’être spécifiée explicitement.
public virtual void RemoveAnnotationsHandledByConventions (Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable annotatable, System.Collections.Generic.IDictionary<string,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations);
abstract member RemoveAnnotationsHandledByConventions : Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> unit
override this.RemoveAnnotationsHandledByConventions : Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> unit
Public Overridable Sub RemoveAnnotationsHandledByConventions (annotatable As IAnnotatable, annotations As IDictionary(Of String, IAnnotation))
Paramètres
- annotatable
- IAnnotatable
Annotatable auquel les annotations sont appliquées.
- annotations
- IDictionary<String,IAnnotation>
Ensemble d’annotations à partir desquels générer des appels d’API Fluent.
S’applique à
RemoveAnnotationsHandledByConventions(IForeignKey, IDictionary<String,IAnnotation>)
Supprime l’annotation dont la configuration est déjà appliquée par convention et n’a pas besoin d’être spécifiée explicitement.
public virtual void RemoveAnnotationsHandledByConventions (Microsoft.EntityFrameworkCore.Metadata.IForeignKey foreignKey, System.Collections.Generic.IDictionary<string,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations);
abstract member RemoveAnnotationsHandledByConventions : Microsoft.EntityFrameworkCore.Metadata.IForeignKey * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> unit
override this.RemoveAnnotationsHandledByConventions : Microsoft.EntityFrameworkCore.Metadata.IForeignKey * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> unit
Public Overridable Sub RemoveAnnotationsHandledByConventions (foreignKey As IForeignKey, annotations As IDictionary(Of String, IAnnotation))
Paramètres
- foreignKey
- IForeignKey
Clé étrangère à laquelle les annotations sont appliquées.
- annotations
- IDictionary<String,IAnnotation>
Ensemble d’annotations à partir desquels supprimer les annotations conventionnelles.
S’applique à
RemoveAnnotationsHandledByConventions(IEntityTypeMappingFragment, IDictionary<String,IAnnotation>)
Supprime l’annotation dont la configuration est déjà appliquée par convention et n’a pas besoin d’être spécifiée explicitement.
public virtual void RemoveAnnotationsHandledByConventions (Microsoft.EntityFrameworkCore.Metadata.IEntityTypeMappingFragment fragment, System.Collections.Generic.IDictionary<string,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations);
abstract member RemoveAnnotationsHandledByConventions : Microsoft.EntityFrameworkCore.Metadata.IEntityTypeMappingFragment * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> unit
override this.RemoveAnnotationsHandledByConventions : Microsoft.EntityFrameworkCore.Metadata.IEntityTypeMappingFragment * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> unit
Public Overridable Sub RemoveAnnotationsHandledByConventions (fragment As IEntityTypeMappingFragment, annotations As IDictionary(Of String, IAnnotation))
Paramètres
- fragment
- IEntityTypeMappingFragment
Fragment de mappage d’entités auquel les annotations sont appliquées.
- annotations
- IDictionary<String,IAnnotation>
Ensemble d’annotations à partir desquels supprimer les annotations conventionnelles.
S’applique à
RemoveAnnotationsHandledByConventions(IComplexType, IDictionary<String,IAnnotation>)
Supprime l’annotation dont la configuration est déjà appliquée par convention et n’a pas besoin d’être spécifiée explicitement.
public virtual void RemoveAnnotationsHandledByConventions (Microsoft.EntityFrameworkCore.Metadata.IComplexType complexType, System.Collections.Generic.IDictionary<string,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations);
abstract member RemoveAnnotationsHandledByConventions : Microsoft.EntityFrameworkCore.Metadata.IComplexType * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> unit
override this.RemoveAnnotationsHandledByConventions : Microsoft.EntityFrameworkCore.Metadata.IComplexType * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> unit
Public Overridable Sub RemoveAnnotationsHandledByConventions (complexType As IComplexType, annotations As IDictionary(Of String, IAnnotation))
Paramètres
- complexType
- IComplexType
Type complexe auquel les annotations sont appliquées.
- annotations
- IDictionary<String,IAnnotation>
Ensemble d’annotations à partir desquels supprimer les annotations conventionnelles.
S’applique à
RemoveAnnotationsHandledByConventions(IComplexProperty, IDictionary<String,IAnnotation>)
Supprime l’annotation dont la configuration est déjà appliquée par convention et n’a pas besoin d’être spécifiée explicitement.
public virtual void RemoveAnnotationsHandledByConventions (Microsoft.EntityFrameworkCore.Metadata.IComplexProperty complexProperty, System.Collections.Generic.IDictionary<string,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations);
abstract member RemoveAnnotationsHandledByConventions : Microsoft.EntityFrameworkCore.Metadata.IComplexProperty * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> unit
override this.RemoveAnnotationsHandledByConventions : Microsoft.EntityFrameworkCore.Metadata.IComplexProperty * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> unit
Public Overridable Sub RemoveAnnotationsHandledByConventions (complexProperty As IComplexProperty, annotations As IDictionary(Of String, IAnnotation))
Paramètres
- complexProperty
- IComplexProperty
Propriété complexe à laquelle les annotations sont appliquées.
- annotations
- IDictionary<String,IAnnotation>
Ensemble d’annotations à partir desquels supprimer les annotations conventionnelles.
S’applique à
RemoveAnnotationsHandledByConventions(ICheckConstraint, IDictionary<String,IAnnotation>)
Supprime l’annotation dont la configuration est déjà appliquée par convention et n’a pas besoin d’être spécifiée explicitement.
public virtual void RemoveAnnotationsHandledByConventions (Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint checkConstraint, System.Collections.Generic.IDictionary<string,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations);
abstract member RemoveAnnotationsHandledByConventions : Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> unit
override this.RemoveAnnotationsHandledByConventions : Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> unit
Public Overridable Sub RemoveAnnotationsHandledByConventions (checkConstraint As ICheckConstraint, annotations As IDictionary(Of String, IAnnotation))
Paramètres
- checkConstraint
- ICheckConstraint
Contrainte case activée à laquelle les annotations sont appliquées.
- annotations
- IDictionary<String,IAnnotation>
Ensemble d’annotations à partir desquels supprimer les annotations conventionnelles.
S’applique à
RemoveAnnotationsHandledByConventions(ITrigger, IDictionary<String,IAnnotation>)
Supprime l’annotation dont la configuration est déjà appliquée par convention et n’a pas besoin d’être spécifiée explicitement.
public virtual void RemoveAnnotationsHandledByConventions (Microsoft.EntityFrameworkCore.Metadata.ITrigger trigger, System.Collections.Generic.IDictionary<string,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations);
abstract member RemoveAnnotationsHandledByConventions : Microsoft.EntityFrameworkCore.Metadata.ITrigger * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> unit
override this.RemoveAnnotationsHandledByConventions : Microsoft.EntityFrameworkCore.Metadata.ITrigger * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> unit
Public Overridable Sub RemoveAnnotationsHandledByConventions (trigger As ITrigger, annotations As IDictionary(Of String, IAnnotation))
Paramètres
- trigger
- ITrigger
Déclencheur auquel les annotations sont appliquées.
- annotations
- IDictionary<String,IAnnotation>
Ensemble d’annotations à partir desquels supprimer les annotations conventionnelles.
S’applique à
RemoveAnnotationsHandledByConventions(IIndex, IDictionary<String,IAnnotation>)
Supprime l’annotation dont la configuration est déjà appliquée par convention et n’a pas besoin d’être spécifiée explicitement.
public virtual void RemoveAnnotationsHandledByConventions (Microsoft.EntityFrameworkCore.Metadata.IIndex index, System.Collections.Generic.IDictionary<string,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations);
abstract member RemoveAnnotationsHandledByConventions : Microsoft.EntityFrameworkCore.Metadata.IIndex * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> unit
override this.RemoveAnnotationsHandledByConventions : Microsoft.EntityFrameworkCore.Metadata.IIndex * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> unit
Public Overridable Sub RemoveAnnotationsHandledByConventions (index As IIndex, annotations As IDictionary(Of String, IAnnotation))
Paramètres
- index
- IIndex
Index auquel les annotations sont appliquées.
- annotations
- IDictionary<String,IAnnotation>
Ensemble d’annotations à partir desquels supprimer les annotations conventionnelles.
S’applique à
RemoveAnnotationsHandledByConventions(IEntityType, IDictionary<String,IAnnotation>)
Supprime l’annotation dont la configuration est déjà appliquée par convention et n’a pas besoin d’être spécifiée explicitement.
public virtual void RemoveAnnotationsHandledByConventions (Microsoft.EntityFrameworkCore.Metadata.IEntityType entity, System.Collections.Generic.IDictionary<string,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations);
public virtual void RemoveAnnotationsHandledByConventions (Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType, System.Collections.Generic.IDictionary<string,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations);
abstract member RemoveAnnotationsHandledByConventions : Microsoft.EntityFrameworkCore.Metadata.IEntityType * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> unit
override this.RemoveAnnotationsHandledByConventions : Microsoft.EntityFrameworkCore.Metadata.IEntityType * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> unit
abstract member RemoveAnnotationsHandledByConventions : Microsoft.EntityFrameworkCore.Metadata.IEntityType * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> unit
override this.RemoveAnnotationsHandledByConventions : Microsoft.EntityFrameworkCore.Metadata.IEntityType * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> unit
Public Overridable Sub RemoveAnnotationsHandledByConventions (entity As IEntityType, annotations As IDictionary(Of String, IAnnotation))
Public Overridable Sub RemoveAnnotationsHandledByConventions (entityType As IEntityType, annotations As IDictionary(Of String, IAnnotation))
Paramètres
- entityentityType
- IEntityType
Entité à laquelle les annotations sont appliquées.
- annotations
- IDictionary<String,IAnnotation>
Ensemble d’annotations à partir desquels supprimer les annotations conventionnelles.