Sdílet prostřednictvím


AnnotationCodeGenerator.RemoveAnnotationsHandledByConventions Metoda

Definice

Přetížení

RemoveAnnotationsHandledByConventions(IKey, IDictionary<String,IAnnotation>)

Odebere poznámku, jejíž konfigurace je již použita konvencí a není nutné ji explicitně zadávat.

RemoveAnnotationsHandledByConventions(ISequence, IDictionary<String,IAnnotation>)

Odebere poznámku, jejíž konfigurace je již použita konvencí a není nutné ji explicitně zadávat.

RemoveAnnotationsHandledByConventions(IRelationalPropertyOverrides, IDictionary<String,IAnnotation>)

Odebere poznámku, jejíž konfigurace je již použita konvencí a není nutné ji explicitně zadávat.

RemoveAnnotationsHandledByConventions(IProperty, IDictionary<String,IAnnotation>)

Odebere poznámku, jejíž konfigurace je již použita konvencí a není nutné ji explicitně zadávat.

RemoveAnnotationsHandledByConventions(INavigation, IDictionary<String,IAnnotation>)

Odebere poznámku, jejíž konfigurace je již použita konvencí a není nutné ji explicitně zadávat.

RemoveAnnotationsHandledByConventions(IModel, IDictionary<String,IAnnotation>)

Odebere poznámku, jejíž konfigurace je již použita konvencí a není nutné ji explicitně zadávat.

RemoveAnnotationsHandledByConventions(IIndex, IDictionary<String,IAnnotation>)

Odebere poznámku, jejíž konfigurace je již použita konvencí a není nutné ji explicitně zadávat.

RemoveAnnotationsHandledByConventions(ISkipNavigation, IDictionary<String,IAnnotation>)

Odebere poznámku, jejíž konfigurace je již použita konvencí a není nutné ji explicitně zadávat.

RemoveAnnotationsHandledByConventions(IEntityTypeMappingFragment, IDictionary<String,IAnnotation>)

Odebere poznámku, jejíž konfigurace je již použita konvencí a není nutné ji explicitně zadávat.

RemoveAnnotationsHandledByConventions(IEntityType, IDictionary<String,IAnnotation>)

Odebere poznámku, jejíž konfigurace je již použita konvencí a není nutné ji explicitně zadávat.

RemoveAnnotationsHandledByConventions(IComplexType, IDictionary<String,IAnnotation>)

Odebere poznámku, jejíž konfigurace je již použita konvencí a není nutné ji explicitně zadávat.

RemoveAnnotationsHandledByConventions(IComplexProperty, IDictionary<String,IAnnotation>)

Odebere poznámku, jejíž konfigurace je již použita konvencí a není nutné ji explicitně zadávat.

RemoveAnnotationsHandledByConventions(ICheckConstraint, IDictionary<String,IAnnotation>)

Odebere poznámku, jejíž konfigurace je již použita konvencí a není nutné ji explicitně zadávat.

RemoveAnnotationsHandledByConventions(IAnnotatable, IDictionary<String,IAnnotation>)

Odebere poznámku, jejíž konfigurace je již použita konvencí a není nutné ji explicitně zadávat.

RemoveAnnotationsHandledByConventions(IForeignKey, IDictionary<String,IAnnotation>)

Odebere poznámku, jejíž konfigurace je již použita konvencí a není nutné ji explicitně zadávat.

RemoveAnnotationsHandledByConventions(ITrigger, IDictionary<String,IAnnotation>)

Odebere poznámku, jejíž konfigurace je již použita konvencí a není nutné ji explicitně zadávat.

RemoveAnnotationsHandledByConventions(IKey, IDictionary<String,IAnnotation>)

Zdroj:
AnnotationCodeGenerator.cs
Zdroj:
AnnotationCodeGenerator.cs
Zdroj:
AnnotationCodeGenerator.cs
Zdroj:
AnnotationCodeGenerator.cs
Zdroj:
AnnotationCodeGenerator.cs

Odebere poznámku, jejíž konfigurace je již použita konvencí a není nutné ji explicitně zadávat.

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))

Parametry

key
IKey

Klíč, na který jsou poznámky použity.

annotations
IDictionary<String,IAnnotation>

Sada poznámek, ze kterých se mají odebrat konvenční poznámky.

Implementuje

Platí pro

RemoveAnnotationsHandledByConventions(ISequence, IDictionary<String,IAnnotation>)

Zdroj:
AnnotationCodeGenerator.cs
Zdroj:
AnnotationCodeGenerator.cs
Zdroj:
AnnotationCodeGenerator.cs

Odebere poznámku, jejíž konfigurace je již použita konvencí a není nutné ji explicitně zadávat.

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))

Parametry

sequence
ISequence

Sekvence, ve které jsou poznámky použity.

annotations
IDictionary<String,IAnnotation>

Sada poznámek, ze kterých se mají odebrat konvenční poznámky.

Implementuje

Platí pro

RemoveAnnotationsHandledByConventions(IRelationalPropertyOverrides, IDictionary<String,IAnnotation>)

Zdroj:
AnnotationCodeGenerator.cs
Zdroj:
AnnotationCodeGenerator.cs
Zdroj:
AnnotationCodeGenerator.cs

Odebere poznámku, jejíž konfigurace je již použita konvencí a není nutné ji explicitně zadávat.

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))

Parametry

overrides
IRelationalPropertyOverrides

Vlastnost přepíše, na kterou jsou poznámky použity.

annotations
IDictionary<String,IAnnotation>

Sada poznámek, ze kterých se mají odebrat konvenční poznámky.

Implementuje

Platí pro

RemoveAnnotationsHandledByConventions(IProperty, IDictionary<String,IAnnotation>)

Zdroj:
AnnotationCodeGenerator.cs
Zdroj:
AnnotationCodeGenerator.cs
Zdroj:
AnnotationCodeGenerator.cs
Zdroj:
AnnotationCodeGenerator.cs
Zdroj:
AnnotationCodeGenerator.cs

Odebere poznámku, jejíž konfigurace je již použita konvencí a není nutné ji explicitně zadávat.

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))

Parametry

property
IProperty

Vlastnost, na kterou jsou poznámky použity.

annotations
IDictionary<String,IAnnotation>

Sada poznámek, ze kterých se mají odebrat konvenční poznámky.

Implementuje

Platí pro

RemoveAnnotationsHandledByConventions(INavigation, IDictionary<String,IAnnotation>)

Zdroj:
AnnotationCodeGenerator.cs
Zdroj:
AnnotationCodeGenerator.cs
Zdroj:
AnnotationCodeGenerator.cs

Odebere poznámku, jejíž konfigurace je již použita konvencí a není nutné ji explicitně zadávat.

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))

Parametry

navigation
INavigation

Navigace, na kterou se poznámky použijí.

annotations
IDictionary<String,IAnnotation>

Sada poznámek, ze kterých se mají odebrat konvenční poznámky.

Implementuje

Platí pro

RemoveAnnotationsHandledByConventions(IModel, IDictionary<String,IAnnotation>)

Zdroj:
AnnotationCodeGenerator.cs
Zdroj:
AnnotationCodeGenerator.cs
Zdroj:
AnnotationCodeGenerator.cs
Zdroj:
AnnotationCodeGenerator.cs
Zdroj:
AnnotationCodeGenerator.cs

Odebere poznámku, jejíž konfigurace je již použita konvencí a není nutné ji explicitně zadávat.

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))

Parametry

model
IModel

Model, na který jsou poznámky použity.

annotations
IDictionary<String,IAnnotation>

Sada poznámek, ze kterých se mají odebrat konvenční poznámky.

Implementuje

Platí pro

RemoveAnnotationsHandledByConventions(IIndex, IDictionary<String,IAnnotation>)

Zdroj:
AnnotationCodeGenerator.cs
Zdroj:
AnnotationCodeGenerator.cs
Zdroj:
AnnotationCodeGenerator.cs
Zdroj:
AnnotationCodeGenerator.cs
Zdroj:
AnnotationCodeGenerator.cs

Odebere poznámku, jejíž konfigurace je již použita konvencí a není nutné ji explicitně zadávat.

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))

Parametry

index
IIndex

Index, na který jsou poznámky použity.

annotations
IDictionary<String,IAnnotation>

Sada poznámek, ze kterých se mají odebrat konvenční poznámky.

Implementuje

Platí pro

RemoveAnnotationsHandledByConventions(ISkipNavigation, IDictionary<String,IAnnotation>)

Zdroj:
AnnotationCodeGenerator.cs
Zdroj:
AnnotationCodeGenerator.cs
Zdroj:
AnnotationCodeGenerator.cs

Odebere poznámku, jejíž konfigurace je již použita konvencí a není nutné ji explicitně zadávat.

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))

Parametry

navigation
ISkipNavigation

Navigace, na kterou se poznámky použijí.

annotations
IDictionary<String,IAnnotation>

Sada poznámek, ze kterých se mají odebrat konvenční poznámky.

Implementuje

Platí pro

RemoveAnnotationsHandledByConventions(IEntityTypeMappingFragment, IDictionary<String,IAnnotation>)

Zdroj:
AnnotationCodeGenerator.cs
Zdroj:
AnnotationCodeGenerator.cs
Zdroj:
AnnotationCodeGenerator.cs

Odebere poznámku, jejíž konfigurace je již použita konvencí a není nutné ji explicitně zadávat.

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))

Parametry

fragment
IEntityTypeMappingFragment

Fragment mapování entity, na který se použijí poznámky.

annotations
IDictionary<String,IAnnotation>

Sada poznámek, ze kterých se mají odebrat konvenční poznámky.

Implementuje

Platí pro

RemoveAnnotationsHandledByConventions(IEntityType, IDictionary<String,IAnnotation>)

Zdroj:
AnnotationCodeGenerator.cs
Zdroj:
AnnotationCodeGenerator.cs
Zdroj:
AnnotationCodeGenerator.cs
Zdroj:
AnnotationCodeGenerator.cs
Zdroj:
AnnotationCodeGenerator.cs

Odebere poznámku, jejíž konfigurace je již použita konvencí a není nutné ji explicitně zadávat.

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
Public Overridable Sub RemoveAnnotationsHandledByConventions (entityType As IEntityType, annotations As IDictionary(Of String, IAnnotation))

Parametry

entityType
IEntityType

Typ entity, na kterou jsou poznámky použity.

annotations
IDictionary<String,IAnnotation>

Sada poznámek, ze kterých se mají odebrat konvenční poznámky.

Implementuje

Platí pro

RemoveAnnotationsHandledByConventions(IComplexType, IDictionary<String,IAnnotation>)

Zdroj:
AnnotationCodeGenerator.cs
Zdroj:
AnnotationCodeGenerator.cs

Odebere poznámku, jejíž konfigurace je již použita konvencí a není nutné ji explicitně zadávat.

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))

Parametry

complexType
IComplexType

Jedná se o komplexní typ, na který jsou poznámky použity.

annotations
IDictionary<String,IAnnotation>

Sada poznámek, ze kterých se mají odebrat konvenční poznámky.

Implementuje

Platí pro

RemoveAnnotationsHandledByConventions(IComplexProperty, IDictionary<String,IAnnotation>)

Zdroj:
AnnotationCodeGenerator.cs
Zdroj:
AnnotationCodeGenerator.cs

Odebere poznámku, jejíž konfigurace je již použita konvencí a není nutné ji explicitně zadávat.

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))

Parametry

complexProperty
IComplexProperty

Komplexní vlastnost, na kterou jsou poznámky použity.

annotations
IDictionary<String,IAnnotation>

Sada poznámek, ze kterých se mají odebrat konvenční poznámky.

Implementuje

Platí pro

RemoveAnnotationsHandledByConventions(ICheckConstraint, IDictionary<String,IAnnotation>)

Zdroj:
AnnotationCodeGenerator.cs
Zdroj:
AnnotationCodeGenerator.cs
Zdroj:
AnnotationCodeGenerator.cs

Odebere poznámku, jejíž konfigurace je již použita konvencí a není nutné ji explicitně zadávat.

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))

Parametry

checkConstraint
ICheckConstraint

Omezení kontroly, na které jsou poznámky použity.

annotations
IDictionary<String,IAnnotation>

Sada poznámek, ze kterých se mají odebrat konvenční poznámky.

Implementuje

Platí pro

RemoveAnnotationsHandledByConventions(IAnnotatable, IDictionary<String,IAnnotation>)

Zdroj:
AnnotationCodeGenerator.cs
Zdroj:
AnnotationCodeGenerator.cs
Zdroj:
AnnotationCodeGenerator.cs

Odebere poznámku, jejíž konfigurace je již použita konvencí a není nutné ji explicitně zadávat.

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))

Parametry

annotatable
IAnnotatable

Poznámkami, na které jsou poznámky použity.

annotations
IDictionary<String,IAnnotation>

Sada poznámek, ze kterých se mají generovat volání rozhraní API fluent.

Implementuje

Platí pro

RemoveAnnotationsHandledByConventions(IForeignKey, IDictionary<String,IAnnotation>)

Zdroj:
AnnotationCodeGenerator.cs
Zdroj:
AnnotationCodeGenerator.cs
Zdroj:
AnnotationCodeGenerator.cs
Zdroj:
AnnotationCodeGenerator.cs
Zdroj:
AnnotationCodeGenerator.cs

Odebere poznámku, jejíž konfigurace je již použita konvencí a není nutné ji explicitně zadávat.

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))

Parametry

foreignKey
IForeignKey

Cizí klíč, na který se poznámky použijí.

annotations
IDictionary<String,IAnnotation>

Sada poznámek, ze kterých se mají odebrat konvenční poznámky.

Implementuje

Platí pro

RemoveAnnotationsHandledByConventions(ITrigger, IDictionary<String,IAnnotation>)

Zdroj:
AnnotationCodeGenerator.cs
Zdroj:
AnnotationCodeGenerator.cs
Zdroj:
AnnotationCodeGenerator.cs

Odebere poznámku, jejíž konfigurace je již použita konvencí a není nutné ji explicitně zadávat.

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))

Parametry

trigger
ITrigger

Aktivační událost, na kterou se poznámky použijí.

annotations
IDictionary<String,IAnnotation>

Sada poznámek, ze kterých se mají odebrat konvenční poznámky.

Implementuje

Platí pro