IAnnotationCodeGenerator.RemoveAnnotationsHandledByConventions Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
RemoveAnnotationsHandledByConventions(ISkipNavigation, IDictionary<String,IAnnotation>) |
Quita la anotación cuya configuración ya se ha aplicado por convención y no es necesario especificar explícitamente. |
RemoveAnnotationsHandledByConventions(ISequence, IDictionary<String,IAnnotation>) |
Quita la anotación cuya configuración ya se ha aplicado por convención y no es necesario especificar explícitamente. |
RemoveAnnotationsHandledByConventions(IRelationalPropertyOverrides, IDictionary<String,IAnnotation>) |
Quita la anotación cuya configuración ya se ha aplicado por convención y no es necesario especificar explícitamente. |
RemoveAnnotationsHandledByConventions(IProperty, IDictionary<String,IAnnotation>) |
Quita la anotación cuya configuración ya se ha aplicado por convención y no es necesario especificar explícitamente. |
RemoveAnnotationsHandledByConventions(INavigation, IDictionary<String,IAnnotation>) |
Quita la anotación cuya configuración ya se ha aplicado por convención y no es necesario especificar explícitamente. |
RemoveAnnotationsHandledByConventions(IModel, IDictionary<String,IAnnotation>) |
Quita la anotación cuya configuración ya se ha aplicado por convención y no es necesario especificar explícitamente. |
RemoveAnnotationsHandledByConventions(IKey, IDictionary<String,IAnnotation>) |
Quita la anotación cuya configuración ya se ha aplicado por convención y no es necesario especificar explícitamente. |
RemoveAnnotationsHandledByConventions(IAnnotatable, IDictionary<String,IAnnotation>) |
Quita la anotación cuya configuración ya se ha aplicado por convención y no es necesario especificar explícitamente. |
RemoveAnnotationsHandledByConventions(IForeignKey, IDictionary<String,IAnnotation>) |
Quita la anotación cuya configuración ya se ha aplicado por convención y no es necesario especificar explícitamente. |
RemoveAnnotationsHandledByConventions(IEntityTypeMappingFragment, IDictionary<String,IAnnotation>) |
Quita la anotación cuya configuración ya se ha aplicado por convención y no es necesario especificar explícitamente. |
RemoveAnnotationsHandledByConventions(IComplexType, IDictionary<String,IAnnotation>) |
Quita la anotación cuya configuración ya se ha aplicado por convención y no es necesario especificar explícitamente. |
RemoveAnnotationsHandledByConventions(IComplexProperty, IDictionary<String,IAnnotation>) |
Quita la anotación cuya configuración ya se ha aplicado por convención y no es necesario especificar explícitamente. |
RemoveAnnotationsHandledByConventions(ICheckConstraint, IDictionary<String,IAnnotation>) |
Quita la anotación cuya configuración ya se ha aplicado por convención y no es necesario especificar explícitamente. |
RemoveAnnotationsHandledByConventions(ITrigger, IDictionary<String,IAnnotation>) |
Quita la anotación cuya configuración ya se ha aplicado por convención y no es necesario especificar explícitamente. |
RemoveAnnotationsHandledByConventions(IIndex, IDictionary<String,IAnnotation>) |
Quita la anotación cuya configuración ya se ha aplicado por convención y no es necesario especificar explícitamente. |
RemoveAnnotationsHandledByConventions(IEntityType, IDictionary<String,IAnnotation>) |
Quita la anotación cuya configuración ya se ha aplicado por convención y no es necesario especificar explícitamente. |
RemoveAnnotationsHandledByConventions(ISkipNavigation, IDictionary<String,IAnnotation>)
- Source:
- IAnnotationCodeGenerator.cs
- Source:
- IAnnotationCodeGenerator.cs
- Source:
- IAnnotationCodeGenerator.cs
Quita la anotación cuya configuración ya se ha aplicado por convención y no es necesario especificar explícitamente.
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
Navegación a la que se aplican las anotaciones.
- annotations
- IDictionary<String,IAnnotation>
Conjunto de anotaciones de las que se van a quitar los convencionales.
Se aplica a
RemoveAnnotationsHandledByConventions(ISequence, IDictionary<String,IAnnotation>)
- Source:
- IAnnotationCodeGenerator.cs
- Source:
- IAnnotationCodeGenerator.cs
- Source:
- IAnnotationCodeGenerator.cs
Quita la anotación cuya configuración ya se ha aplicado por convención y no es necesario especificar explícitamente.
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
Secuencia a la que se aplican las anotaciones.
- annotations
- IDictionary<String,IAnnotation>
Conjunto de anotaciones de las que se van a quitar los convencionales.
Se aplica a
RemoveAnnotationsHandledByConventions(IRelationalPropertyOverrides, IDictionary<String,IAnnotation>)
- Source:
- IAnnotationCodeGenerator.cs
- Source:
- IAnnotationCodeGenerator.cs
- Source:
- IAnnotationCodeGenerator.cs
Quita la anotación cuya configuración ya se ha aplicado por convención y no es necesario especificar explícitamente.
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
La propiedad invalida a la que se aplican las anotaciones.
- annotations
- IDictionary<String,IAnnotation>
Conjunto de anotaciones de las que se van a quitar los convencionales.
Se aplica a
RemoveAnnotationsHandledByConventions(IProperty, IDictionary<String,IAnnotation>)
- Source:
- IAnnotationCodeGenerator.cs
- Source:
- IAnnotationCodeGenerator.cs
- Source:
- IAnnotationCodeGenerator.cs
- Source:
- IAnnotationCodeGenerator.cs
- Source:
- IAnnotationCodeGenerator.cs
Quita la anotación cuya configuración ya se ha aplicado por convención y no es necesario especificar explícitamente.
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
Propiedad a la que se aplican las anotaciones.
- annotations
- IDictionary<String,IAnnotation>
Conjunto de anotaciones de las que se van a quitar los convencionales.
Se aplica a
RemoveAnnotationsHandledByConventions(INavigation, IDictionary<String,IAnnotation>)
- Source:
- IAnnotationCodeGenerator.cs
- Source:
- IAnnotationCodeGenerator.cs
- Source:
- IAnnotationCodeGenerator.cs
Quita la anotación cuya configuración ya se ha aplicado por convención y no es necesario especificar explícitamente.
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
Navegación a la que se aplican las anotaciones.
- annotations
- IDictionary<String,IAnnotation>
Conjunto de anotaciones de las que se van a quitar los convencionales.
Se aplica a
RemoveAnnotationsHandledByConventions(IModel, IDictionary<String,IAnnotation>)
- Source:
- IAnnotationCodeGenerator.cs
- Source:
- IAnnotationCodeGenerator.cs
- Source:
- IAnnotationCodeGenerator.cs
- Source:
- IAnnotationCodeGenerator.cs
- Source:
- IAnnotationCodeGenerator.cs
Quita la anotación cuya configuración ya se ha aplicado por convención y no es necesario especificar explícitamente.
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
Modelo al que se aplican las anotaciones.
- annotations
- IDictionary<String,IAnnotation>
Conjunto de anotaciones de las que se van a quitar los convencionales.
Se aplica a
RemoveAnnotationsHandledByConventions(IKey, IDictionary<String,IAnnotation>)
- Source:
- IAnnotationCodeGenerator.cs
- Source:
- IAnnotationCodeGenerator.cs
- Source:
- IAnnotationCodeGenerator.cs
- Source:
- IAnnotationCodeGenerator.cs
- Source:
- IAnnotationCodeGenerator.cs
Quita la anotación cuya configuración ya se ha aplicado por convención y no es necesario especificar explícitamente.
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
Clave a la que se aplican las anotaciones.
- annotations
- IDictionary<String,IAnnotation>
Conjunto de anotaciones de las que se van a quitar los convencionales.
Se aplica a
RemoveAnnotationsHandledByConventions(IAnnotatable, IDictionary<String,IAnnotation>)
- Source:
- IAnnotationCodeGenerator.cs
- Source:
- IAnnotationCodeGenerator.cs
- Source:
- IAnnotationCodeGenerator.cs
- Source:
- IAnnotationCodeGenerator.cs
Quita la anotación cuya configuración ya se ha aplicado por convención y no es necesario especificar explícitamente.
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
Annotatable al que se aplican las anotaciones.
- annotations
- IDictionary<String,IAnnotation>
Conjunto de anotaciones desde las que se generan llamadas API fluidas.
Se aplica a
RemoveAnnotationsHandledByConventions(IForeignKey, IDictionary<String,IAnnotation>)
- Source:
- IAnnotationCodeGenerator.cs
- Source:
- IAnnotationCodeGenerator.cs
- Source:
- IAnnotationCodeGenerator.cs
- Source:
- IAnnotationCodeGenerator.cs
- Source:
- IAnnotationCodeGenerator.cs
Quita la anotación cuya configuración ya se ha aplicado por convención y no es necesario especificar explícitamente.
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
Clave externa a la que se aplican las anotaciones.
- annotations
- IDictionary<String,IAnnotation>
Conjunto de anotaciones de las que se van a quitar los convencionales.
Se aplica a
RemoveAnnotationsHandledByConventions(IEntityTypeMappingFragment, IDictionary<String,IAnnotation>)
- Source:
- IAnnotationCodeGenerator.cs
- Source:
- IAnnotationCodeGenerator.cs
- Source:
- IAnnotationCodeGenerator.cs
Quita la anotación cuya configuración ya se ha aplicado por convención y no es necesario especificar explícitamente.
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
Fragmento de asignación de entidad al que se aplican las anotaciones.
- annotations
- IDictionary<String,IAnnotation>
Conjunto de anotaciones de las que se van a quitar los convencionales.
Se aplica a
RemoveAnnotationsHandledByConventions(IComplexType, IDictionary<String,IAnnotation>)
- Source:
- IAnnotationCodeGenerator.cs
- Source:
- IAnnotationCodeGenerator.cs
Quita la anotación cuya configuración ya se ha aplicado por convención y no es necesario especificar explícitamente.
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
Tipo complejo al que se aplican las anotaciones.
- annotations
- IDictionary<String,IAnnotation>
Conjunto de anotaciones de las que se van a quitar los convencionales.
Se aplica a
RemoveAnnotationsHandledByConventions(IComplexProperty, IDictionary<String,IAnnotation>)
- Source:
- IAnnotationCodeGenerator.cs
- Source:
- IAnnotationCodeGenerator.cs
Quita la anotación cuya configuración ya se ha aplicado por convención y no es necesario especificar explícitamente.
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
Propiedad compleja a la que se aplican las anotaciones.
- annotations
- IDictionary<String,IAnnotation>
Conjunto de anotaciones de las que se van a quitar los convencionales.
Se aplica a
RemoveAnnotationsHandledByConventions(ICheckConstraint, IDictionary<String,IAnnotation>)
- Source:
- IAnnotationCodeGenerator.cs
- Source:
- IAnnotationCodeGenerator.cs
- Source:
- IAnnotationCodeGenerator.cs
Quita la anotación cuya configuración ya se ha aplicado por convención y no es necesario especificar explícitamente.
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
Restricción check a la que se aplican las anotaciones.
- annotations
- IDictionary<String,IAnnotation>
Conjunto de anotaciones de las que se van a quitar los convencionales.
Se aplica a
RemoveAnnotationsHandledByConventions(ITrigger, IDictionary<String,IAnnotation>)
- Source:
- IAnnotationCodeGenerator.cs
- Source:
- IAnnotationCodeGenerator.cs
- Source:
- IAnnotationCodeGenerator.cs
Quita la anotación cuya configuración ya se ha aplicado por convención y no es necesario especificar explícitamente.
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
Desencadenador al que se aplican las anotaciones.
- annotations
- IDictionary<String,IAnnotation>
Conjunto de anotaciones de las que se van a quitar los convencionales.
Se aplica a
RemoveAnnotationsHandledByConventions(IIndex, IDictionary<String,IAnnotation>)
- Source:
- IAnnotationCodeGenerator.cs
- Source:
- IAnnotationCodeGenerator.cs
- Source:
- IAnnotationCodeGenerator.cs
- Source:
- IAnnotationCodeGenerator.cs
- Source:
- IAnnotationCodeGenerator.cs
Quita la anotación cuya configuración ya se ha aplicado por convención y no es necesario especificar explícitamente.
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
Índice al que se aplican las anotaciones.
- annotations
- IDictionary<String,IAnnotation>
Conjunto de anotaciones de las que se van a quitar los convencionales.
Se aplica a
RemoveAnnotationsHandledByConventions(IEntityType, IDictionary<String,IAnnotation>)
- Source:
- IAnnotationCodeGenerator.cs
- Source:
- IAnnotationCodeGenerator.cs
- Source:
- IAnnotationCodeGenerator.cs
- Source:
- IAnnotationCodeGenerator.cs
- Source:
- IAnnotationCodeGenerator.cs
Quita la anotación cuya configuración ya se ha aplicado por convención y no es necesario especificar explícitamente.
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
Entidad a la que se aplican las anotaciones.
- annotations
- IDictionary<String,IAnnotation>
Conjunto de anotaciones de las que se van a quitar los convencionales.