IAnnotationCodeGenerator.RemoveAnnotationsHandledByConventions Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
| RemoveAnnotationsHandledByConventions(ISkipNavigation, IDictionary<String,IAnnotation>) |
Yapılandırması kural tarafından zaten uygulanmış olan ve açıkça belirtilmesi gerekmeyen ek açıklamaları kaldırır. |
| RemoveAnnotationsHandledByConventions(ISequence, IDictionary<String,IAnnotation>) |
Yapılandırması kural tarafından zaten uygulanmış olan ve açıkça belirtilmesi gerekmeyen ek açıklamaları kaldırır. |
| RemoveAnnotationsHandledByConventions(IRelationalPropertyOverrides, IDictionary<String,IAnnotation>) |
Yapılandırması kural tarafından zaten uygulanmış olan ve açıkça belirtilmesi gerekmeyen ek açıklamaları kaldırır. |
| RemoveAnnotationsHandledByConventions(IProperty, IDictionary<String,IAnnotation>) |
Yapılandırması kural tarafından zaten uygulanmış olan ve açıkça belirtilmesi gerekmeyen ek açıklamaları kaldırır. |
| RemoveAnnotationsHandledByConventions(INavigation, IDictionary<String,IAnnotation>) |
Yapılandırması kural tarafından zaten uygulanmış olan ve açıkça belirtilmesi gerekmeyen ek açıklamaları kaldırır. |
| RemoveAnnotationsHandledByConventions(IModel, IDictionary<String,IAnnotation>) |
Yapılandırması kural tarafından zaten uygulanmış olan ve açıkça belirtilmesi gerekmeyen ek açıklamaları kaldırır. |
| RemoveAnnotationsHandledByConventions(IKey, IDictionary<String,IAnnotation>) |
Yapılandırması kural tarafından zaten uygulanmış olan ve açıkça belirtilmesi gerekmeyen ek açıklamaları kaldırır. |
| RemoveAnnotationsHandledByConventions(IAnnotatable, IDictionary<String,IAnnotation>) |
Yapılandırması kural tarafından zaten uygulanmış olan ve açıkça belirtilmesi gerekmeyen ek açıklamaları kaldırır. |
| RemoveAnnotationsHandledByConventions(IForeignKey, IDictionary<String,IAnnotation>) |
Yapılandırması kural tarafından zaten uygulanmış olan ve açıkça belirtilmesi gerekmeyen ek açıklamaları kaldırır. |
| RemoveAnnotationsHandledByConventions(IEntityTypeMappingFragment, IDictionary<String,IAnnotation>) |
Yapılandırması kural tarafından zaten uygulanmış olan ve açıkça belirtilmesi gerekmeyen ek açıklamaları kaldırır. |
| RemoveAnnotationsHandledByConventions(IComplexType, IDictionary<String,IAnnotation>) |
Yapılandırması kural tarafından zaten uygulanmış olan ve açıkça belirtilmesi gerekmeyen ek açıklamaları kaldırır. |
| RemoveAnnotationsHandledByConventions(IComplexProperty, IDictionary<String,IAnnotation>) |
Yapılandırması kural tarafından zaten uygulanmış olan ve açıkça belirtilmesi gerekmeyen ek açıklamaları kaldırır. |
| RemoveAnnotationsHandledByConventions(ICheckConstraint, IDictionary<String,IAnnotation>) |
Yapılandırması kural tarafından zaten uygulanmış olan ve açıkça belirtilmesi gerekmeyen ek açıklamaları kaldırır. |
| RemoveAnnotationsHandledByConventions(ITrigger, IDictionary<String,IAnnotation>) |
Yapılandırması kural tarafından zaten uygulanmış olan ve açıkça belirtilmesi gerekmeyen ek açıklamaları kaldırır. |
| RemoveAnnotationsHandledByConventions(IIndex, IDictionary<String,IAnnotation>) |
Yapılandırması kural tarafından zaten uygulanmış olan ve açıkça belirtilmesi gerekmeyen ek açıklamaları kaldırır. |
| RemoveAnnotationsHandledByConventions(IEntityType, IDictionary<String,IAnnotation>) |
Yapılandırması kural tarafından zaten uygulanmış olan ve açıkça belirtilmesi gerekmeyen ek açıklamaları kaldırır. |
RemoveAnnotationsHandledByConventions(ISkipNavigation, IDictionary<String,IAnnotation>)
- Kaynak:
- IAnnotationCodeGenerator.cs
- Kaynak:
- IAnnotationCodeGenerator.cs
- Kaynak:
- IAnnotationCodeGenerator.cs
Yapılandırması kural tarafından zaten uygulanmış olan ve açıkça belirtilmesi gerekmeyen ek açıklamaları kaldırır.
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))
Parametreler
- navigation
- ISkipNavigation
Ek açıklamaların uygulandığı gezinti.
- annotations
- IDictionary<String,IAnnotation>
Geleneksel ek açıklamaların kaldırılacağı ek açıklamalar kümesi.
Şunlara uygulanır
RemoveAnnotationsHandledByConventions(ISequence, IDictionary<String,IAnnotation>)
- Kaynak:
- IAnnotationCodeGenerator.cs
- Kaynak:
- IAnnotationCodeGenerator.cs
- Kaynak:
- IAnnotationCodeGenerator.cs
Yapılandırması kural tarafından zaten uygulanmış olan ve açıkça belirtilmesi gerekmeyen ek açıklamaları kaldırır.
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))
Parametreler
- sequence
- ISequence
Ek açıklamaların uygulandığı sıra.
- annotations
- IDictionary<String,IAnnotation>
Geleneksel ek açıklamaların kaldırılacağı ek açıklamalar kümesi.
Şunlara uygulanır
RemoveAnnotationsHandledByConventions(IRelationalPropertyOverrides, IDictionary<String,IAnnotation>)
- Kaynak:
- IAnnotationCodeGenerator.cs
- Kaynak:
- IAnnotationCodeGenerator.cs
- Kaynak:
- IAnnotationCodeGenerator.cs
Yapılandırması kural tarafından zaten uygulanmış olan ve açıkça belirtilmesi gerekmeyen ek açıklamaları kaldırır.
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))
Parametreler
- overrides
- IRelationalPropertyOverrides
Özelliği, ek açıklamaların uygulandığı geçersiz kılar.
- annotations
- IDictionary<String,IAnnotation>
Geleneksel ek açıklamaların kaldırılacağı ek açıklamalar kümesi.
Şunlara uygulanır
RemoveAnnotationsHandledByConventions(IProperty, IDictionary<String,IAnnotation>)
- Kaynak:
- IAnnotationCodeGenerator.cs
- Kaynak:
- IAnnotationCodeGenerator.cs
- Kaynak:
- IAnnotationCodeGenerator.cs
- Kaynak:
- IAnnotationCodeGenerator.cs
- Kaynak:
- IAnnotationCodeGenerator.cs
Yapılandırması kural tarafından zaten uygulanmış olan ve açıkça belirtilmesi gerekmeyen ek açıklamaları kaldırır.
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))
Parametreler
- property
- IProperty
Ek açıklamaların uygulandığı özellik.
- annotations
- IDictionary<String,IAnnotation>
Geleneksel ek açıklamaların kaldırılacağı ek açıklamalar kümesi.
Şunlara uygulanır
RemoveAnnotationsHandledByConventions(INavigation, IDictionary<String,IAnnotation>)
- Kaynak:
- IAnnotationCodeGenerator.cs
- Kaynak:
- IAnnotationCodeGenerator.cs
- Kaynak:
- IAnnotationCodeGenerator.cs
Yapılandırması kural tarafından zaten uygulanmış olan ve açıkça belirtilmesi gerekmeyen ek açıklamaları kaldırır.
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))
Parametreler
- navigation
- INavigation
Ek açıklamaların uygulandığı gezinti.
- annotations
- IDictionary<String,IAnnotation>
Geleneksel ek açıklamaların kaldırılacağı ek açıklamalar kümesi.
Şunlara uygulanır
RemoveAnnotationsHandledByConventions(IModel, IDictionary<String,IAnnotation>)
- Kaynak:
- IAnnotationCodeGenerator.cs
- Kaynak:
- IAnnotationCodeGenerator.cs
- Kaynak:
- IAnnotationCodeGenerator.cs
- Kaynak:
- IAnnotationCodeGenerator.cs
- Kaynak:
- IAnnotationCodeGenerator.cs
Yapılandırması kural tarafından zaten uygulanmış olan ve açıkça belirtilmesi gerekmeyen ek açıklamaları kaldırır.
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))
Parametreler
- model
- IModel
Ek açıklamaların uygulandığı model.
- annotations
- IDictionary<String,IAnnotation>
Geleneksel ek açıklamaların kaldırılacağı ek açıklamalar kümesi.
Şunlara uygulanır
RemoveAnnotationsHandledByConventions(IKey, IDictionary<String,IAnnotation>)
- Kaynak:
- IAnnotationCodeGenerator.cs
- Kaynak:
- IAnnotationCodeGenerator.cs
- Kaynak:
- IAnnotationCodeGenerator.cs
- Kaynak:
- IAnnotationCodeGenerator.cs
- Kaynak:
- IAnnotationCodeGenerator.cs
Yapılandırması kural tarafından zaten uygulanmış olan ve açıkça belirtilmesi gerekmeyen ek açıklamaları kaldırır.
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))
Parametreler
- key
- IKey
Ek açıklamaların uygulandığı anahtar.
- annotations
- IDictionary<String,IAnnotation>
Geleneksel ek açıklamaların kaldırılacağı ek açıklamalar kümesi.
Şunlara uygulanır
RemoveAnnotationsHandledByConventions(IAnnotatable, IDictionary<String,IAnnotation>)
- Kaynak:
- IAnnotationCodeGenerator.cs
- Kaynak:
- IAnnotationCodeGenerator.cs
- Kaynak:
- IAnnotationCodeGenerator.cs
- Kaynak:
- IAnnotationCodeGenerator.cs
Yapılandırması kural tarafından zaten uygulanmış olan ve açıkça belirtilmesi gerekmeyen ek açıklamaları kaldırır.
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))
Parametreler
- annotatable
- IAnnotatable
Ek açıklamaların uygulandığı annotatable.
- annotations
- IDictionary<String,IAnnotation>
Fluent API çağrılarının oluşturulacağı ek açıklama kümesi.
Şunlara uygulanır
RemoveAnnotationsHandledByConventions(IForeignKey, IDictionary<String,IAnnotation>)
- Kaynak:
- IAnnotationCodeGenerator.cs
- Kaynak:
- IAnnotationCodeGenerator.cs
- Kaynak:
- IAnnotationCodeGenerator.cs
- Kaynak:
- IAnnotationCodeGenerator.cs
- Kaynak:
- IAnnotationCodeGenerator.cs
Yapılandırması kural tarafından zaten uygulanmış olan ve açıkça belirtilmesi gerekmeyen ek açıklamaları kaldırır.
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))
Parametreler
- foreignKey
- IForeignKey
Ek açıklamaların uygulandığı yabancı anahtar.
- annotations
- IDictionary<String,IAnnotation>
Geleneksel ek açıklamaların kaldırılacağı ek açıklamalar kümesi.
Şunlara uygulanır
RemoveAnnotationsHandledByConventions(IEntityTypeMappingFragment, IDictionary<String,IAnnotation>)
- Kaynak:
- IAnnotationCodeGenerator.cs
- Kaynak:
- IAnnotationCodeGenerator.cs
- Kaynak:
- IAnnotationCodeGenerator.cs
Yapılandırması kural tarafından zaten uygulanmış olan ve açıkça belirtilmesi gerekmeyen ek açıklamaları kaldırır.
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))
Parametreler
- fragment
- IEntityTypeMappingFragment
Ek açıklamaların uygulandığı varlık eşleme parçası.
- annotations
- IDictionary<String,IAnnotation>
Geleneksel ek açıklamaların kaldırılacağı ek açıklamalar kümesi.
Şunlara uygulanır
RemoveAnnotationsHandledByConventions(IComplexType, IDictionary<String,IAnnotation>)
- Kaynak:
- IAnnotationCodeGenerator.cs
- Kaynak:
- IAnnotationCodeGenerator.cs
Yapılandırması kural tarafından zaten uygulanmış olan ve açıkça belirtilmesi gerekmeyen ek açıklamaları kaldırır.
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))
Parametreler
- complexType
- IComplexType
Ek açıklamaların uygulandığı karmaşık tür.
- annotations
- IDictionary<String,IAnnotation>
Geleneksel ek açıklamaların kaldırılacağı ek açıklamalar kümesi.
Şunlara uygulanır
RemoveAnnotationsHandledByConventions(IComplexProperty, IDictionary<String,IAnnotation>)
- Kaynak:
- IAnnotationCodeGenerator.cs
- Kaynak:
- IAnnotationCodeGenerator.cs
Yapılandırması kural tarafından zaten uygulanmış olan ve açıkça belirtilmesi gerekmeyen ek açıklamaları kaldırır.
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))
Parametreler
- complexProperty
- IComplexProperty
Ek açıklamaların uygulandığı karmaşık özellik.
- annotations
- IDictionary<String,IAnnotation>
Geleneksel ek açıklamaların kaldırılacağı ek açıklamalar kümesi.
Şunlara uygulanır
RemoveAnnotationsHandledByConventions(ICheckConstraint, IDictionary<String,IAnnotation>)
- Kaynak:
- IAnnotationCodeGenerator.cs
- Kaynak:
- IAnnotationCodeGenerator.cs
- Kaynak:
- IAnnotationCodeGenerator.cs
Yapılandırması kural tarafından zaten uygulanmış olan ve açıkça belirtilmesi gerekmeyen ek açıklamaları kaldırır.
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))
Parametreler
- checkConstraint
- ICheckConstraint
Ek açıklamaların uygulandığı denetim kısıtlaması.
- annotations
- IDictionary<String,IAnnotation>
Geleneksel ek açıklamaların kaldırılacağı ek açıklamalar kümesi.
Şunlara uygulanır
RemoveAnnotationsHandledByConventions(ITrigger, IDictionary<String,IAnnotation>)
- Kaynak:
- IAnnotationCodeGenerator.cs
- Kaynak:
- IAnnotationCodeGenerator.cs
- Kaynak:
- IAnnotationCodeGenerator.cs
Yapılandırması kural tarafından zaten uygulanmış olan ve açıkça belirtilmesi gerekmeyen ek açıklamaları kaldırır.
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))
Parametreler
- trigger
- ITrigger
Ek açıklamaların uygulandığı tetikleyici.
- annotations
- IDictionary<String,IAnnotation>
Geleneksel ek açıklamaların kaldırılacağı ek açıklamalar kümesi.
Şunlara uygulanır
RemoveAnnotationsHandledByConventions(IIndex, IDictionary<String,IAnnotation>)
- Kaynak:
- IAnnotationCodeGenerator.cs
- Kaynak:
- IAnnotationCodeGenerator.cs
- Kaynak:
- IAnnotationCodeGenerator.cs
- Kaynak:
- IAnnotationCodeGenerator.cs
- Kaynak:
- IAnnotationCodeGenerator.cs
Yapılandırması kural tarafından zaten uygulanmış olan ve açıkça belirtilmesi gerekmeyen ek açıklamaları kaldırır.
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))
Parametreler
- index
- IIndex
Ek açıklamaların uygulandığı dizin.
- annotations
- IDictionary<String,IAnnotation>
Geleneksel ek açıklamaların kaldırılacağı ek açıklamalar kümesi.
Şunlara uygulanır
RemoveAnnotationsHandledByConventions(IEntityType, IDictionary<String,IAnnotation>)
- Kaynak:
- IAnnotationCodeGenerator.cs
- Kaynak:
- IAnnotationCodeGenerator.cs
- Kaynak:
- IAnnotationCodeGenerator.cs
- Kaynak:
- IAnnotationCodeGenerator.cs
- Kaynak:
- IAnnotationCodeGenerator.cs
Yapılandırması kural tarafından zaten uygulanmış olan ve açıkça belirtilmesi gerekmeyen ek açıklamaları kaldırır.
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))
Parametreler
- entityentityType
- IEntityType
Ek açıklamaların uygulandığı varlık.
- annotations
- IDictionary<String,IAnnotation>
Geleneksel ek açıklamaların kaldırılacağı ek açıklamalar kümesi.