IAnnotationCodeGenerator.RemoveAnnotationsHandledByConventions Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
RemoveAnnotationsHandledByConventions(ISkipNavigation, IDictionary<String,IAnnotation>) |
Entfernt Anmerkung, deren Konfiguration bereits durch Konvention angewendet wurde und nicht explizit angegeben werden muss. |
RemoveAnnotationsHandledByConventions(ISequence, IDictionary<String,IAnnotation>) |
Entfernt Anmerkung, deren Konfiguration bereits durch Konvention angewendet wurde und nicht explizit angegeben werden muss. |
RemoveAnnotationsHandledByConventions(IRelationalPropertyOverrides, IDictionary<String,IAnnotation>) |
Entfernt Anmerkung, deren Konfiguration bereits durch Konvention angewendet wurde und nicht explizit angegeben werden muss. |
RemoveAnnotationsHandledByConventions(IProperty, IDictionary<String,IAnnotation>) |
Entfernt Anmerkung, deren Konfiguration bereits durch Konvention angewendet wurde und nicht explizit angegeben werden muss. |
RemoveAnnotationsHandledByConventions(INavigation, IDictionary<String,IAnnotation>) |
Entfernt Anmerkung, deren Konfiguration bereits durch Konvention angewendet wurde und nicht explizit angegeben werden muss. |
RemoveAnnotationsHandledByConventions(IModel, IDictionary<String,IAnnotation>) |
Entfernt Anmerkung, deren Konfiguration bereits durch Konvention angewendet wurde und nicht explizit angegeben werden muss. |
RemoveAnnotationsHandledByConventions(IKey, IDictionary<String,IAnnotation>) |
Entfernt Anmerkung, deren Konfiguration bereits durch Konvention angewendet wurde und nicht explizit angegeben werden muss. |
RemoveAnnotationsHandledByConventions(IAnnotatable, IDictionary<String,IAnnotation>) |
Entfernt Anmerkung, deren Konfiguration bereits durch Konvention angewendet wurde und nicht explizit angegeben werden muss. |
RemoveAnnotationsHandledByConventions(IForeignKey, IDictionary<String,IAnnotation>) |
Entfernt Anmerkung, deren Konfiguration bereits durch Konvention angewendet wurde und nicht explizit angegeben werden muss. |
RemoveAnnotationsHandledByConventions(IEntityTypeMappingFragment, IDictionary<String,IAnnotation>) |
Entfernt Anmerkung, deren Konfiguration bereits durch Konvention angewendet wurde und nicht explizit angegeben werden muss. |
RemoveAnnotationsHandledByConventions(IComplexType, IDictionary<String,IAnnotation>) |
Entfernt Anmerkung, deren Konfiguration bereits durch Konvention angewendet wurde und nicht explizit angegeben werden muss. |
RemoveAnnotationsHandledByConventions(IComplexProperty, IDictionary<String,IAnnotation>) |
Entfernt Anmerkung, deren Konfiguration bereits durch Konvention angewendet wurde und nicht explizit angegeben werden muss. |
RemoveAnnotationsHandledByConventions(ICheckConstraint, IDictionary<String,IAnnotation>) |
Entfernt Anmerkung, deren Konfiguration bereits durch Konvention angewendet wurde und nicht explizit angegeben werden muss. |
RemoveAnnotationsHandledByConventions(ITrigger, IDictionary<String,IAnnotation>) |
Entfernt Anmerkung, deren Konfiguration bereits durch Konvention angewendet wurde und nicht explizit angegeben werden muss. |
RemoveAnnotationsHandledByConventions(IIndex, IDictionary<String,IAnnotation>) |
Entfernt Anmerkung, deren Konfiguration bereits durch Konvention angewendet wurde und nicht explizit angegeben werden muss. |
RemoveAnnotationsHandledByConventions(IEntityType, IDictionary<String,IAnnotation>) |
Entfernt Anmerkung, deren Konfiguration bereits durch Konvention angewendet wurde und nicht explizit angegeben werden muss. |
RemoveAnnotationsHandledByConventions(ISkipNavigation, IDictionary<String,IAnnotation>)
- Quelle:
- IAnnotationCodeGenerator.cs
- Quelle:
- IAnnotationCodeGenerator.cs
- Quelle:
- IAnnotationCodeGenerator.cs
Entfernt Anmerkung, deren Konfiguration bereits durch Konvention angewendet wurde und nicht explizit angegeben werden muss.
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))
Parameter
- navigation
- ISkipNavigation
Die Navigation, auf die die Anmerkungen angewendet werden.
- annotations
- IDictionary<String,IAnnotation>
Der Satz von Anmerkungen, aus denen die herkömmlichen Anmerkungen entfernt werden sollen.
Gilt für:
RemoveAnnotationsHandledByConventions(ISequence, IDictionary<String,IAnnotation>)
- Quelle:
- IAnnotationCodeGenerator.cs
- Quelle:
- IAnnotationCodeGenerator.cs
- Quelle:
- IAnnotationCodeGenerator.cs
Entfernt Anmerkung, deren Konfiguration bereits durch Konvention angewendet wurde und nicht explizit angegeben werden muss.
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))
Parameter
- sequence
- ISequence
Die Sequenz, auf die die Anmerkungen angewendet werden.
- annotations
- IDictionary<String,IAnnotation>
Der Satz von Anmerkungen, aus denen die herkömmlichen Anmerkungen entfernt werden sollen.
Gilt für:
RemoveAnnotationsHandledByConventions(IRelationalPropertyOverrides, IDictionary<String,IAnnotation>)
- Quelle:
- IAnnotationCodeGenerator.cs
- Quelle:
- IAnnotationCodeGenerator.cs
- Quelle:
- IAnnotationCodeGenerator.cs
Entfernt Anmerkung, deren Konfiguration bereits durch Konvention angewendet wurde und nicht explizit angegeben werden muss.
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))
Parameter
- overrides
- IRelationalPropertyOverrides
Die -Eigenschaft überschreibt, auf die die Anmerkungen angewendet werden.
- annotations
- IDictionary<String,IAnnotation>
Der Satz von Anmerkungen, aus denen die herkömmlichen Anmerkungen entfernt werden sollen.
Gilt für:
RemoveAnnotationsHandledByConventions(IProperty, IDictionary<String,IAnnotation>)
- Quelle:
- IAnnotationCodeGenerator.cs
- Quelle:
- IAnnotationCodeGenerator.cs
- Quelle:
- IAnnotationCodeGenerator.cs
- Quelle:
- IAnnotationCodeGenerator.cs
- Quelle:
- IAnnotationCodeGenerator.cs
Entfernt Anmerkung, deren Konfiguration bereits durch Konvention angewendet wurde und nicht explizit angegeben werden muss.
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))
Parameter
- property
- IProperty
Die Eigenschaft, auf die die Anmerkungen angewendet werden.
- annotations
- IDictionary<String,IAnnotation>
Der Satz von Anmerkungen, aus denen die herkömmlichen Anmerkungen entfernt werden sollen.
Gilt für:
RemoveAnnotationsHandledByConventions(INavigation, IDictionary<String,IAnnotation>)
- Quelle:
- IAnnotationCodeGenerator.cs
- Quelle:
- IAnnotationCodeGenerator.cs
- Quelle:
- IAnnotationCodeGenerator.cs
Entfernt Anmerkung, deren Konfiguration bereits durch Konvention angewendet wurde und nicht explizit angegeben werden muss.
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))
Parameter
- navigation
- INavigation
Die Navigation, auf die die Anmerkungen angewendet werden.
- annotations
- IDictionary<String,IAnnotation>
Der Satz von Anmerkungen, aus denen die herkömmlichen Anmerkungen entfernt werden sollen.
Gilt für:
RemoveAnnotationsHandledByConventions(IModel, IDictionary<String,IAnnotation>)
- Quelle:
- IAnnotationCodeGenerator.cs
- Quelle:
- IAnnotationCodeGenerator.cs
- Quelle:
- IAnnotationCodeGenerator.cs
- Quelle:
- IAnnotationCodeGenerator.cs
- Quelle:
- IAnnotationCodeGenerator.cs
Entfernt Anmerkung, deren Konfiguration bereits durch Konvention angewendet wurde und nicht explizit angegeben werden muss.
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))
Parameter
- model
- IModel
Das Modell, auf das die Anmerkungen angewendet werden.
- annotations
- IDictionary<String,IAnnotation>
Der Satz von Anmerkungen, aus denen die herkömmlichen Anmerkungen entfernt werden sollen.
Gilt für:
RemoveAnnotationsHandledByConventions(IKey, IDictionary<String,IAnnotation>)
- Quelle:
- IAnnotationCodeGenerator.cs
- Quelle:
- IAnnotationCodeGenerator.cs
- Quelle:
- IAnnotationCodeGenerator.cs
- Quelle:
- IAnnotationCodeGenerator.cs
- Quelle:
- IAnnotationCodeGenerator.cs
Entfernt Anmerkung, deren Konfiguration bereits durch Konvention angewendet wurde und nicht explizit angegeben werden muss.
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))
Parameter
- key
- IKey
Der Schlüssel, auf den die Anmerkungen angewendet werden.
- annotations
- IDictionary<String,IAnnotation>
Der Satz von Anmerkungen, aus denen die herkömmlichen Anmerkungen entfernt werden sollen.
Gilt für:
RemoveAnnotationsHandledByConventions(IAnnotatable, IDictionary<String,IAnnotation>)
- Quelle:
- IAnnotationCodeGenerator.cs
- Quelle:
- IAnnotationCodeGenerator.cs
- Quelle:
- IAnnotationCodeGenerator.cs
- Quelle:
- IAnnotationCodeGenerator.cs
Entfernt Anmerkung, deren Konfiguration bereits durch Konvention angewendet wurde und nicht explizit angegeben werden muss.
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))
Parameter
- annotatable
- IAnnotatable
Die Annotatable, auf die die Anmerkungen angewendet werden.
- annotations
- IDictionary<String,IAnnotation>
Der Satz von Anmerkungen, aus denen fließende API-Aufrufe generiert werden sollen.
Gilt für:
RemoveAnnotationsHandledByConventions(IForeignKey, IDictionary<String,IAnnotation>)
- Quelle:
- IAnnotationCodeGenerator.cs
- Quelle:
- IAnnotationCodeGenerator.cs
- Quelle:
- IAnnotationCodeGenerator.cs
- Quelle:
- IAnnotationCodeGenerator.cs
- Quelle:
- IAnnotationCodeGenerator.cs
Entfernt Anmerkung, deren Konfiguration bereits durch Konvention angewendet wurde und nicht explizit angegeben werden muss.
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))
Parameter
- foreignKey
- IForeignKey
Der Fremdschlüssel, auf den die Anmerkungen angewendet werden.
- annotations
- IDictionary<String,IAnnotation>
Der Satz von Anmerkungen, aus denen die herkömmlichen Anmerkungen entfernt werden sollen.
Gilt für:
RemoveAnnotationsHandledByConventions(IEntityTypeMappingFragment, IDictionary<String,IAnnotation>)
- Quelle:
- IAnnotationCodeGenerator.cs
- Quelle:
- IAnnotationCodeGenerator.cs
- Quelle:
- IAnnotationCodeGenerator.cs
Entfernt Anmerkung, deren Konfiguration bereits durch Konvention angewendet wurde und nicht explizit angegeben werden muss.
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))
Parameter
- fragment
- IEntityTypeMappingFragment
Das Entitätszuordnungsfragment, auf das die Anmerkungen angewendet werden.
- annotations
- IDictionary<String,IAnnotation>
Der Satz von Anmerkungen, aus denen die herkömmlichen Anmerkungen entfernt werden sollen.
Gilt für:
RemoveAnnotationsHandledByConventions(IComplexType, IDictionary<String,IAnnotation>)
- Quelle:
- IAnnotationCodeGenerator.cs
- Quelle:
- IAnnotationCodeGenerator.cs
Entfernt Anmerkung, deren Konfiguration bereits durch Konvention angewendet wurde und nicht explizit angegeben werden muss.
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))
Parameter
- complexType
- IComplexType
Der komplexe Typ, auf den die Anmerkungen angewendet werden.
- annotations
- IDictionary<String,IAnnotation>
Der Satz von Anmerkungen, aus denen die herkömmlichen Anmerkungen entfernt werden sollen.
Gilt für:
RemoveAnnotationsHandledByConventions(IComplexProperty, IDictionary<String,IAnnotation>)
- Quelle:
- IAnnotationCodeGenerator.cs
- Quelle:
- IAnnotationCodeGenerator.cs
Entfernt Anmerkung, deren Konfiguration bereits durch Konvention angewendet wurde und nicht explizit angegeben werden muss.
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))
Parameter
- complexProperty
- IComplexProperty
Die komplexe Eigenschaft, auf die die Anmerkungen angewendet werden.
- annotations
- IDictionary<String,IAnnotation>
Der Satz von Anmerkungen, aus denen die herkömmlichen Anmerkungen entfernt werden sollen.
Gilt für:
RemoveAnnotationsHandledByConventions(ICheckConstraint, IDictionary<String,IAnnotation>)
- Quelle:
- IAnnotationCodeGenerator.cs
- Quelle:
- IAnnotationCodeGenerator.cs
- Quelle:
- IAnnotationCodeGenerator.cs
Entfernt Anmerkung, deren Konfiguration bereits durch Konvention angewendet wurde und nicht explizit angegeben werden muss.
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))
Parameter
- checkConstraint
- ICheckConstraint
Die Prüfeinschränkung, auf die die Anmerkungen angewendet werden.
- annotations
- IDictionary<String,IAnnotation>
Der Satz von Anmerkungen, aus denen die herkömmlichen Anmerkungen entfernt werden sollen.
Gilt für:
RemoveAnnotationsHandledByConventions(ITrigger, IDictionary<String,IAnnotation>)
- Quelle:
- IAnnotationCodeGenerator.cs
- Quelle:
- IAnnotationCodeGenerator.cs
- Quelle:
- IAnnotationCodeGenerator.cs
Entfernt Anmerkung, deren Konfiguration bereits durch Konvention angewendet wurde und nicht explizit angegeben werden muss.
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))
Parameter
- trigger
- ITrigger
Der Trigger, auf den die Anmerkungen angewendet werden.
- annotations
- IDictionary<String,IAnnotation>
Der Satz von Anmerkungen, aus denen die herkömmlichen Anmerkungen entfernt werden sollen.
Gilt für:
RemoveAnnotationsHandledByConventions(IIndex, IDictionary<String,IAnnotation>)
- Quelle:
- IAnnotationCodeGenerator.cs
- Quelle:
- IAnnotationCodeGenerator.cs
- Quelle:
- IAnnotationCodeGenerator.cs
- Quelle:
- IAnnotationCodeGenerator.cs
- Quelle:
- IAnnotationCodeGenerator.cs
Entfernt Anmerkung, deren Konfiguration bereits durch Konvention angewendet wurde und nicht explizit angegeben werden muss.
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))
Parameter
- index
- IIndex
Der Index, auf den die Anmerkungen angewendet werden.
- annotations
- IDictionary<String,IAnnotation>
Der Satz von Anmerkungen, aus denen die herkömmlichen Anmerkungen entfernt werden sollen.
Gilt für:
RemoveAnnotationsHandledByConventions(IEntityType, IDictionary<String,IAnnotation>)
- Quelle:
- IAnnotationCodeGenerator.cs
- Quelle:
- IAnnotationCodeGenerator.cs
- Quelle:
- IAnnotationCodeGenerator.cs
- Quelle:
- IAnnotationCodeGenerator.cs
- Quelle:
- IAnnotationCodeGenerator.cs
Entfernt Anmerkung, deren Konfiguration bereits durch Konvention angewendet wurde und nicht explizit angegeben werden muss.
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))
Parameter
- entityentityType
- IEntityType
Die Entität, auf die die Anmerkungen angewendet werden.
- annotations
- IDictionary<String,IAnnotation>
Der Satz von Anmerkungen, aus denen die herkömmlichen Anmerkungen entfernt werden sollen.
Gilt für:
Entity Framework