IAnnotationCodeGenerator.RemoveAnnotationsHandledByConventions Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
RemoveAnnotationsHandledByConventions(ISkipNavigation, IDictionary<String,IAnnotation>) |
Rimuove l'annotazione la cui configurazione è già applicata dalla convenzione e non deve essere specificata in modo esplicito. |
RemoveAnnotationsHandledByConventions(ISequence, IDictionary<String,IAnnotation>) |
Rimuove l'annotazione la cui configurazione è già applicata dalla convenzione e non deve essere specificata in modo esplicito. |
RemoveAnnotationsHandledByConventions(IRelationalPropertyOverrides, IDictionary<String,IAnnotation>) |
Rimuove l'annotazione la cui configurazione è già applicata dalla convenzione e non deve essere specificata in modo esplicito. |
RemoveAnnotationsHandledByConventions(IProperty, IDictionary<String,IAnnotation>) |
Rimuove l'annotazione la cui configurazione è già applicata dalla convenzione e non deve essere specificata in modo esplicito. |
RemoveAnnotationsHandledByConventions(INavigation, IDictionary<String,IAnnotation>) |
Rimuove l'annotazione la cui configurazione è già applicata dalla convenzione e non deve essere specificata in modo esplicito. |
RemoveAnnotationsHandledByConventions(IModel, IDictionary<String,IAnnotation>) |
Rimuove l'annotazione la cui configurazione è già applicata dalla convenzione e non deve essere specificata in modo esplicito. |
RemoveAnnotationsHandledByConventions(IKey, IDictionary<String,IAnnotation>) |
Rimuove l'annotazione la cui configurazione è già applicata dalla convenzione e non deve essere specificata in modo esplicito. |
RemoveAnnotationsHandledByConventions(IAnnotatable, IDictionary<String,IAnnotation>) |
Rimuove l'annotazione la cui configurazione è già applicata dalla convenzione e non deve essere specificata in modo esplicito. |
RemoveAnnotationsHandledByConventions(IForeignKey, IDictionary<String,IAnnotation>) |
Rimuove l'annotazione la cui configurazione è già applicata dalla convenzione e non deve essere specificata in modo esplicito. |
RemoveAnnotationsHandledByConventions(IEntityTypeMappingFragment, IDictionary<String,IAnnotation>) |
Rimuove l'annotazione la cui configurazione è già applicata dalla convenzione e non deve essere specificata in modo esplicito. |
RemoveAnnotationsHandledByConventions(IComplexType, IDictionary<String,IAnnotation>) |
Rimuove l'annotazione la cui configurazione è già applicata dalla convenzione e non deve essere specificata in modo esplicito. |
RemoveAnnotationsHandledByConventions(IComplexProperty, IDictionary<String,IAnnotation>) |
Rimuove l'annotazione la cui configurazione è già applicata dalla convenzione e non deve essere specificata in modo esplicito. |
RemoveAnnotationsHandledByConventions(ICheckConstraint, IDictionary<String,IAnnotation>) |
Rimuove l'annotazione la cui configurazione è già applicata dalla convenzione e non deve essere specificata in modo esplicito. |
RemoveAnnotationsHandledByConventions(ITrigger, IDictionary<String,IAnnotation>) |
Rimuove l'annotazione la cui configurazione è già applicata dalla convenzione e non deve essere specificata in modo esplicito. |
RemoveAnnotationsHandledByConventions(IIndex, IDictionary<String,IAnnotation>) |
Rimuove l'annotazione la cui configurazione è già applicata dalla convenzione e non deve essere specificata in modo esplicito. |
RemoveAnnotationsHandledByConventions(IEntityType, IDictionary<String,IAnnotation>) |
Rimuove l'annotazione la cui configurazione è già applicata dalla convenzione e non deve essere specificata in modo esplicito. |
RemoveAnnotationsHandledByConventions(ISkipNavigation, IDictionary<String,IAnnotation>)
- Origine:
- IAnnotationCodeGenerator.cs
- Origine:
- IAnnotationCodeGenerator.cs
- Origine:
- IAnnotationCodeGenerator.cs
Rimuove l'annotazione la cui configurazione è già applicata dalla convenzione e non deve essere specificata in modo esplicito.
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))
Parametri
- navigation
- ISkipNavigation
Navigazione a cui vengono applicate le annotazioni.
- annotations
- IDictionary<String,IAnnotation>
Set di annotazioni da cui rimuovere quelli convenzionali.
Si applica a
RemoveAnnotationsHandledByConventions(ISequence, IDictionary<String,IAnnotation>)
- Origine:
- IAnnotationCodeGenerator.cs
- Origine:
- IAnnotationCodeGenerator.cs
- Origine:
- IAnnotationCodeGenerator.cs
Rimuove l'annotazione la cui configurazione è già applicata dalla convenzione e non deve essere specificata in modo esplicito.
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))
Parametri
- sequence
- ISequence
Sequenza a cui vengono applicate le annotazioni.
- annotations
- IDictionary<String,IAnnotation>
Set di annotazioni da cui rimuovere quelli convenzionali.
Si applica a
RemoveAnnotationsHandledByConventions(IRelationalPropertyOverrides, IDictionary<String,IAnnotation>)
- Origine:
- IAnnotationCodeGenerator.cs
- Origine:
- IAnnotationCodeGenerator.cs
- Origine:
- IAnnotationCodeGenerator.cs
Rimuove l'annotazione la cui configurazione è già applicata dalla convenzione e non deve essere specificata in modo esplicito.
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))
Parametri
- overrides
- IRelationalPropertyOverrides
La proprietà esegue l'override a cui vengono applicate le annotazioni.
- annotations
- IDictionary<String,IAnnotation>
Set di annotazioni da cui rimuovere quelli convenzionali.
Si applica a
RemoveAnnotationsHandledByConventions(IProperty, IDictionary<String,IAnnotation>)
- Origine:
- IAnnotationCodeGenerator.cs
- Origine:
- IAnnotationCodeGenerator.cs
- Origine:
- IAnnotationCodeGenerator.cs
- Origine:
- IAnnotationCodeGenerator.cs
- Origine:
- IAnnotationCodeGenerator.cs
Rimuove l'annotazione la cui configurazione è già applicata dalla convenzione e non deve essere specificata in modo esplicito.
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))
Parametri
- property
- IProperty
Proprietà a cui vengono applicate le annotazioni.
- annotations
- IDictionary<String,IAnnotation>
Set di annotazioni da cui rimuovere quelli convenzionali.
Si applica a
RemoveAnnotationsHandledByConventions(INavigation, IDictionary<String,IAnnotation>)
- Origine:
- IAnnotationCodeGenerator.cs
- Origine:
- IAnnotationCodeGenerator.cs
- Origine:
- IAnnotationCodeGenerator.cs
Rimuove l'annotazione la cui configurazione è già applicata dalla convenzione e non deve essere specificata in modo esplicito.
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))
Parametri
- navigation
- INavigation
Navigazione a cui vengono applicate le annotazioni.
- annotations
- IDictionary<String,IAnnotation>
Set di annotazioni da cui rimuovere quelli convenzionali.
Si applica a
RemoveAnnotationsHandledByConventions(IModel, IDictionary<String,IAnnotation>)
- Origine:
- IAnnotationCodeGenerator.cs
- Origine:
- IAnnotationCodeGenerator.cs
- Origine:
- IAnnotationCodeGenerator.cs
- Origine:
- IAnnotationCodeGenerator.cs
- Origine:
- IAnnotationCodeGenerator.cs
Rimuove l'annotazione la cui configurazione è già applicata dalla convenzione e non deve essere specificata in modo esplicito.
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))
Parametri
- model
- IModel
Modello a cui vengono applicate le annotazioni.
- annotations
- IDictionary<String,IAnnotation>
Set di annotazioni da cui rimuovere quelli convenzionali.
Si applica a
RemoveAnnotationsHandledByConventions(IKey, IDictionary<String,IAnnotation>)
- Origine:
- IAnnotationCodeGenerator.cs
- Origine:
- IAnnotationCodeGenerator.cs
- Origine:
- IAnnotationCodeGenerator.cs
- Origine:
- IAnnotationCodeGenerator.cs
- Origine:
- IAnnotationCodeGenerator.cs
Rimuove l'annotazione la cui configurazione è già applicata dalla convenzione e non deve essere specificata in modo esplicito.
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))
Parametri
- key
- IKey
Chiave a cui vengono applicate le annotazioni.
- annotations
- IDictionary<String,IAnnotation>
Set di annotazioni da cui rimuovere quelli convenzionali.
Si applica a
RemoveAnnotationsHandledByConventions(IAnnotatable, IDictionary<String,IAnnotation>)
- Origine:
- IAnnotationCodeGenerator.cs
- Origine:
- IAnnotationCodeGenerator.cs
- Origine:
- IAnnotationCodeGenerator.cs
- Origine:
- IAnnotationCodeGenerator.cs
Rimuove l'annotazione la cui configurazione è già applicata dalla convenzione e non deve essere specificata in modo esplicito.
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))
Parametri
- annotatable
- IAnnotatable
Annotabile a cui vengono applicate le annotazioni.
- annotations
- IDictionary<String,IAnnotation>
Set di annotazioni da cui generare chiamate API fluenti.
Si applica a
RemoveAnnotationsHandledByConventions(IForeignKey, IDictionary<String,IAnnotation>)
- Origine:
- IAnnotationCodeGenerator.cs
- Origine:
- IAnnotationCodeGenerator.cs
- Origine:
- IAnnotationCodeGenerator.cs
- Origine:
- IAnnotationCodeGenerator.cs
- Origine:
- IAnnotationCodeGenerator.cs
Rimuove l'annotazione la cui configurazione è già applicata dalla convenzione e non deve essere specificata in modo esplicito.
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))
Parametri
- foreignKey
- IForeignKey
Chiave esterna a cui vengono applicate le annotazioni.
- annotations
- IDictionary<String,IAnnotation>
Set di annotazioni da cui rimuovere quelli convenzionali.
Si applica a
RemoveAnnotationsHandledByConventions(IEntityTypeMappingFragment, IDictionary<String,IAnnotation>)
- Origine:
- IAnnotationCodeGenerator.cs
- Origine:
- IAnnotationCodeGenerator.cs
- Origine:
- IAnnotationCodeGenerator.cs
Rimuove l'annotazione la cui configurazione è già applicata dalla convenzione e non deve essere specificata in modo esplicito.
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))
Parametri
- fragment
- IEntityTypeMappingFragment
Frammento di mapping delle entità a cui vengono applicate le annotazioni.
- annotations
- IDictionary<String,IAnnotation>
Set di annotazioni da cui rimuovere quelli convenzionali.
Si applica a
RemoveAnnotationsHandledByConventions(IComplexType, IDictionary<String,IAnnotation>)
- Origine:
- IAnnotationCodeGenerator.cs
- Origine:
- IAnnotationCodeGenerator.cs
Rimuove l'annotazione la cui configurazione è già applicata dalla convenzione e non deve essere specificata in modo esplicito.
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))
Parametri
- complexType
- IComplexType
Tipo complesso a cui vengono applicate le annotazioni.
- annotations
- IDictionary<String,IAnnotation>
Set di annotazioni da cui rimuovere quelli convenzionali.
Si applica a
RemoveAnnotationsHandledByConventions(IComplexProperty, IDictionary<String,IAnnotation>)
- Origine:
- IAnnotationCodeGenerator.cs
- Origine:
- IAnnotationCodeGenerator.cs
Rimuove l'annotazione la cui configurazione è già applicata dalla convenzione e non deve essere specificata in modo esplicito.
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))
Parametri
- complexProperty
- IComplexProperty
Proprietà complessa a cui vengono applicate le annotazioni.
- annotations
- IDictionary<String,IAnnotation>
Set di annotazioni da cui rimuovere quelli convenzionali.
Si applica a
RemoveAnnotationsHandledByConventions(ICheckConstraint, IDictionary<String,IAnnotation>)
- Origine:
- IAnnotationCodeGenerator.cs
- Origine:
- IAnnotationCodeGenerator.cs
- Origine:
- IAnnotationCodeGenerator.cs
Rimuove l'annotazione la cui configurazione è già applicata dalla convenzione e non deve essere specificata in modo esplicito.
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))
Parametri
- checkConstraint
- ICheckConstraint
Vincolo di controllo a cui vengono applicate le annotazioni.
- annotations
- IDictionary<String,IAnnotation>
Set di annotazioni da cui rimuovere quelli convenzionali.
Si applica a
RemoveAnnotationsHandledByConventions(ITrigger, IDictionary<String,IAnnotation>)
- Origine:
- IAnnotationCodeGenerator.cs
- Origine:
- IAnnotationCodeGenerator.cs
- Origine:
- IAnnotationCodeGenerator.cs
Rimuove l'annotazione la cui configurazione è già applicata dalla convenzione e non deve essere specificata in modo esplicito.
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))
Parametri
- trigger
- ITrigger
Trigger a cui vengono applicate le annotazioni.
- annotations
- IDictionary<String,IAnnotation>
Set di annotazioni da cui rimuovere quelli convenzionali.
Si applica a
RemoveAnnotationsHandledByConventions(IIndex, IDictionary<String,IAnnotation>)
- Origine:
- IAnnotationCodeGenerator.cs
- Origine:
- IAnnotationCodeGenerator.cs
- Origine:
- IAnnotationCodeGenerator.cs
- Origine:
- IAnnotationCodeGenerator.cs
- Origine:
- IAnnotationCodeGenerator.cs
Rimuove l'annotazione la cui configurazione è già applicata dalla convenzione e non deve essere specificata in modo esplicito.
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))
Parametri
- index
- IIndex
Indice a cui vengono applicate le annotazioni.
- annotations
- IDictionary<String,IAnnotation>
Set di annotazioni da cui rimuovere quelli convenzionali.
Si applica a
RemoveAnnotationsHandledByConventions(IEntityType, IDictionary<String,IAnnotation>)
- Origine:
- IAnnotationCodeGenerator.cs
- Origine:
- IAnnotationCodeGenerator.cs
- Origine:
- IAnnotationCodeGenerator.cs
- Origine:
- IAnnotationCodeGenerator.cs
- Origine:
- IAnnotationCodeGenerator.cs
Rimuove l'annotazione la cui configurazione è già applicata dalla convenzione e non deve essere specificata in modo esplicito.
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))
Parametri
- entityentityType
- IEntityType
Entità a cui vengono applicate le annotazioni.
- annotations
- IDictionary<String,IAnnotation>
Set di annotazioni da cui rimuovere quelli convenzionali.