IAnnotationCodeGenerator.RemoveAnnotationsHandledByConventions Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
RemoveAnnotationsHandledByConventions(ISkipNavigation, IDictionary<String,IAnnotation>) |
Remove a anotação cuja configuração já é aplicada por convenção e não precisa ser especificada explicitamente. |
RemoveAnnotationsHandledByConventions(ISequence, IDictionary<String,IAnnotation>) |
Remove a anotação cuja configuração já é aplicada por convenção e não precisa ser especificada explicitamente. |
RemoveAnnotationsHandledByConventions(IRelationalPropertyOverrides, IDictionary<String,IAnnotation>) |
Remove a anotação cuja configuração já é aplicada por convenção e não precisa ser especificada explicitamente. |
RemoveAnnotationsHandledByConventions(IProperty, IDictionary<String,IAnnotation>) |
Remove a anotação cuja configuração já é aplicada por convenção e não precisa ser especificada explicitamente. |
RemoveAnnotationsHandledByConventions(INavigation, IDictionary<String,IAnnotation>) |
Remove a anotação cuja configuração já é aplicada por convenção e não precisa ser especificada explicitamente. |
RemoveAnnotationsHandledByConventions(IModel, IDictionary<String,IAnnotation>) |
Remove a anotação cuja configuração já é aplicada por convenção e não precisa ser especificada explicitamente. |
RemoveAnnotationsHandledByConventions(IKey, IDictionary<String,IAnnotation>) |
Remove a anotação cuja configuração já é aplicada por convenção e não precisa ser especificada explicitamente. |
RemoveAnnotationsHandledByConventions(IAnnotatable, IDictionary<String,IAnnotation>) |
Remove a anotação cuja configuração já é aplicada por convenção e não precisa ser especificada explicitamente. |
RemoveAnnotationsHandledByConventions(IForeignKey, IDictionary<String,IAnnotation>) |
Remove a anotação cuja configuração já é aplicada por convenção e não precisa ser especificada explicitamente. |
RemoveAnnotationsHandledByConventions(IEntityTypeMappingFragment, IDictionary<String,IAnnotation>) |
Remove a anotação cuja configuração já é aplicada por convenção e não precisa ser especificada explicitamente. |
RemoveAnnotationsHandledByConventions(IComplexType, IDictionary<String,IAnnotation>) |
Remove a anotação cuja configuração já é aplicada por convenção e não precisa ser especificada explicitamente. |
RemoveAnnotationsHandledByConventions(IComplexProperty, IDictionary<String,IAnnotation>) |
Remove a anotação cuja configuração já é aplicada por convenção e não precisa ser especificada explicitamente. |
RemoveAnnotationsHandledByConventions(ICheckConstraint, IDictionary<String,IAnnotation>) |
Remove a anotação cuja configuração já é aplicada por convenção e não precisa ser especificada explicitamente. |
RemoveAnnotationsHandledByConventions(ITrigger, IDictionary<String,IAnnotation>) |
Remove a anotação cuja configuração já é aplicada por convenção e não precisa ser especificada explicitamente. |
RemoveAnnotationsHandledByConventions(IIndex, IDictionary<String,IAnnotation>) |
Remove a anotação cuja configuração já é aplicada por convenção e não precisa ser especificada explicitamente. |
RemoveAnnotationsHandledByConventions(IEntityType, IDictionary<String,IAnnotation>) |
Remove a anotação cuja configuração já é aplicada por convenção e não precisa ser especificada explicitamente. |
RemoveAnnotationsHandledByConventions(ISkipNavigation, IDictionary<String,IAnnotation>)
Remove a anotação cuja configuração já é aplicada por convenção e não precisa ser especificada explicitamente.
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))
Parâmetros
- navigation
- ISkipNavigation
A navegação à qual as anotações são aplicadas.
- annotations
- IDictionary<String,IAnnotation>
O conjunto de anotações das quais remover os convencionais.
Aplica-se a
RemoveAnnotationsHandledByConventions(ISequence, IDictionary<String,IAnnotation>)
Remove a anotação cuja configuração já é aplicada por convenção e não precisa ser especificada explicitamente.
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))
Parâmetros
- sequence
- ISequence
A sequência à qual as anotações são aplicadas.
- annotations
- IDictionary<String,IAnnotation>
O conjunto de anotações das quais remover os convencionais.
Aplica-se a
RemoveAnnotationsHandledByConventions(IRelationalPropertyOverrides, IDictionary<String,IAnnotation>)
Remove a anotação cuja configuração já é aplicada por convenção e não precisa ser especificada explicitamente.
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))
Parâmetros
- overrides
- IRelationalPropertyOverrides
A propriedade substitui à qual as anotações são aplicadas.
- annotations
- IDictionary<String,IAnnotation>
O conjunto de anotações das quais remover os convencionais.
Aplica-se a
RemoveAnnotationsHandledByConventions(IProperty, IDictionary<String,IAnnotation>)
Remove a anotação cuja configuração já é aplicada por convenção e não precisa ser especificada explicitamente.
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))
Parâmetros
- property
- IProperty
A propriedade à qual as anotações são aplicadas.
- annotations
- IDictionary<String,IAnnotation>
O conjunto de anotações das quais remover os convencionais.
Aplica-se a
RemoveAnnotationsHandledByConventions(INavigation, IDictionary<String,IAnnotation>)
Remove a anotação cuja configuração já é aplicada por convenção e não precisa ser especificada explicitamente.
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))
Parâmetros
- navigation
- INavigation
A navegação à qual as anotações são aplicadas.
- annotations
- IDictionary<String,IAnnotation>
O conjunto de anotações das quais remover os convencionais.
Aplica-se a
RemoveAnnotationsHandledByConventions(IModel, IDictionary<String,IAnnotation>)
Remove a anotação cuja configuração já é aplicada por convenção e não precisa ser especificada explicitamente.
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))
Parâmetros
- model
- IModel
O modelo ao qual as anotações são aplicadas.
- annotations
- IDictionary<String,IAnnotation>
O conjunto de anotações das quais remover os convencionais.
Aplica-se a
RemoveAnnotationsHandledByConventions(IKey, IDictionary<String,IAnnotation>)
Remove a anotação cuja configuração já é aplicada por convenção e não precisa ser especificada explicitamente.
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))
Parâmetros
- key
- IKey
A chave à qual as anotações são aplicadas.
- annotations
- IDictionary<String,IAnnotation>
O conjunto de anotações das quais remover os convencionais.
Aplica-se a
RemoveAnnotationsHandledByConventions(IAnnotatable, IDictionary<String,IAnnotation>)
Remove a anotação cuja configuração já é aplicada por convenção e não precisa ser especificada explicitamente.
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))
Parâmetros
- annotatable
- IAnnotatable
O annotatable ao qual as anotações são aplicadas.
- annotations
- IDictionary<String,IAnnotation>
O conjunto de anotações das quais gerar chamadas à API fluente.
Aplica-se a
RemoveAnnotationsHandledByConventions(IForeignKey, IDictionary<String,IAnnotation>)
Remove a anotação cuja configuração já é aplicada por convenção e não precisa ser especificada explicitamente.
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))
Parâmetros
- foreignKey
- IForeignKey
A chave estrangeira à qual as anotações são aplicadas.
- annotations
- IDictionary<String,IAnnotation>
O conjunto de anotações das quais remover os convencionais.
Aplica-se a
RemoveAnnotationsHandledByConventions(IEntityTypeMappingFragment, IDictionary<String,IAnnotation>)
Remove a anotação cuja configuração já é aplicada por convenção e não precisa ser especificada explicitamente.
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))
Parâmetros
- fragment
- IEntityTypeMappingFragment
O fragmento de mapeamento de entidade ao qual as anotações são aplicadas.
- annotations
- IDictionary<String,IAnnotation>
O conjunto de anotações das quais remover os convencionais.
Aplica-se a
RemoveAnnotationsHandledByConventions(IComplexType, IDictionary<String,IAnnotation>)
Remove a anotação cuja configuração já é aplicada por convenção e não precisa ser especificada explicitamente.
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))
Parâmetros
- complexType
- IComplexType
O tipo complexo ao qual as anotações são aplicadas.
- annotations
- IDictionary<String,IAnnotation>
O conjunto de anotações das quais remover os convencionais.
Aplica-se a
RemoveAnnotationsHandledByConventions(IComplexProperty, IDictionary<String,IAnnotation>)
Remove a anotação cuja configuração já é aplicada por convenção e não precisa ser especificada explicitamente.
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))
Parâmetros
- complexProperty
- IComplexProperty
A propriedade complexa à qual as anotações são aplicadas.
- annotations
- IDictionary<String,IAnnotation>
O conjunto de anotações das quais remover os convencionais.
Aplica-se a
RemoveAnnotationsHandledByConventions(ICheckConstraint, IDictionary<String,IAnnotation>)
Remove a anotação cuja configuração já é aplicada por convenção e não precisa ser especificada explicitamente.
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))
Parâmetros
- checkConstraint
- ICheckConstraint
A restrição marcar à qual as anotações são aplicadas.
- annotations
- IDictionary<String,IAnnotation>
O conjunto de anotações das quais remover os convencionais.
Aplica-se a
RemoveAnnotationsHandledByConventions(ITrigger, IDictionary<String,IAnnotation>)
Remove a anotação cuja configuração já é aplicada por convenção e não precisa ser especificada explicitamente.
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))
Parâmetros
- trigger
- ITrigger
O gatilho ao qual as anotações são aplicadas.
- annotations
- IDictionary<String,IAnnotation>
O conjunto de anotações das quais remover os convencionais.
Aplica-se a
RemoveAnnotationsHandledByConventions(IIndex, IDictionary<String,IAnnotation>)
Remove a anotação cuja configuração já é aplicada por convenção e não precisa ser especificada explicitamente.
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))
Parâmetros
- index
- IIndex
O índice ao qual as anotações são aplicadas.
- annotations
- IDictionary<String,IAnnotation>
O conjunto de anotações das quais remover os convencionais.
Aplica-se a
RemoveAnnotationsHandledByConventions(IEntityType, IDictionary<String,IAnnotation>)
Remove a anotação cuja configuração já é aplicada por convenção e não precisa ser especificada explicitamente.
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))
Parâmetros
- entityentityType
- IEntityType
A entidade à qual as anotações são aplicadas.
- annotations
- IDictionary<String,IAnnotation>
O conjunto de anotações das quais remover os convencionais.
Aplica-se a
Entity Framework