Udostępnij za pośrednictwem


AnnotationCodeGenerator.RemoveAnnotationsHandledByConventions Metoda

Definicja

Przeciążenia

RemoveAnnotationsHandledByConventions(IKey, IDictionary<String,IAnnotation>)

Usuwa adnotację, której konfiguracja jest już stosowana zgodnie z konwencją i nie trzeba ich jawnie określać.

RemoveAnnotationsHandledByConventions(ISequence, IDictionary<String,IAnnotation>)

Usuwa adnotację, której konfiguracja jest już stosowana zgodnie z konwencją i nie trzeba ich jawnie określać.

RemoveAnnotationsHandledByConventions(IRelationalPropertyOverrides, IDictionary<String,IAnnotation>)

Usuwa adnotację, której konfiguracja jest już stosowana zgodnie z konwencją i nie trzeba ich jawnie określać.

RemoveAnnotationsHandledByConventions(IProperty, IDictionary<String,IAnnotation>)

Usuwa adnotację, której konfiguracja jest już stosowana zgodnie z konwencją i nie trzeba ich jawnie określać.

RemoveAnnotationsHandledByConventions(INavigation, IDictionary<String,IAnnotation>)

Usuwa adnotację, której konfiguracja jest już stosowana zgodnie z konwencją i nie trzeba ich jawnie określać.

RemoveAnnotationsHandledByConventions(IModel, IDictionary<String,IAnnotation>)

Usuwa adnotację, której konfiguracja jest już stosowana zgodnie z konwencją i nie trzeba ich jawnie określać.

RemoveAnnotationsHandledByConventions(IIndex, IDictionary<String,IAnnotation>)

Usuwa adnotację, której konfiguracja jest już stosowana zgodnie z konwencją i nie trzeba ich jawnie określać.

RemoveAnnotationsHandledByConventions(ISkipNavigation, IDictionary<String,IAnnotation>)

Usuwa adnotację, której konfiguracja jest już stosowana zgodnie z konwencją i nie trzeba ich jawnie określać.

RemoveAnnotationsHandledByConventions(IEntityTypeMappingFragment, IDictionary<String,IAnnotation>)

Usuwa adnotację, której konfiguracja jest już stosowana zgodnie z konwencją i nie trzeba ich jawnie określać.

RemoveAnnotationsHandledByConventions(IEntityType, IDictionary<String,IAnnotation>)

Usuwa adnotację, której konfiguracja jest już stosowana zgodnie z konwencją i nie trzeba ich jawnie określać.

RemoveAnnotationsHandledByConventions(IComplexType, IDictionary<String,IAnnotation>)

Usuwa adnotację, której konfiguracja jest już stosowana zgodnie z konwencją i nie trzeba ich jawnie określać.

RemoveAnnotationsHandledByConventions(IComplexProperty, IDictionary<String,IAnnotation>)

Usuwa adnotację, której konfiguracja jest już stosowana zgodnie z konwencją i nie trzeba ich jawnie określać.

RemoveAnnotationsHandledByConventions(ICheckConstraint, IDictionary<String,IAnnotation>)

Usuwa adnotację, której konfiguracja jest już stosowana zgodnie z konwencją i nie trzeba ich jawnie określać.

RemoveAnnotationsHandledByConventions(IAnnotatable, IDictionary<String,IAnnotation>)

Usuwa adnotację, której konfiguracja jest już stosowana zgodnie z konwencją i nie trzeba ich jawnie określać.

RemoveAnnotationsHandledByConventions(IForeignKey, IDictionary<String,IAnnotation>)

Usuwa adnotację, której konfiguracja jest już stosowana zgodnie z konwencją i nie trzeba ich jawnie określać.

RemoveAnnotationsHandledByConventions(ITrigger, IDictionary<String,IAnnotation>)

Usuwa adnotację, której konfiguracja jest już stosowana zgodnie z konwencją i nie trzeba ich jawnie określać.

RemoveAnnotationsHandledByConventions(IKey, IDictionary<String,IAnnotation>)

Źródło:
AnnotationCodeGenerator.cs
Źródło:
AnnotationCodeGenerator.cs
Źródło:
AnnotationCodeGenerator.cs
Źródło:
AnnotationCodeGenerator.cs
Źródło:
AnnotationCodeGenerator.cs

Usuwa adnotację, której konfiguracja jest już stosowana zgodnie z konwencją i nie trzeba ich jawnie określać.

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

Klucz, do którego są stosowane adnotacje.

annotations
IDictionary<String,IAnnotation>

Zestaw adnotacji, z których mają zostać usunięte konwencjonalne.

Implementuje

Dotyczy

RemoveAnnotationsHandledByConventions(ISequence, IDictionary<String,IAnnotation>)

Źródło:
AnnotationCodeGenerator.cs
Źródło:
AnnotationCodeGenerator.cs
Źródło:
AnnotationCodeGenerator.cs

Usuwa adnotację, której konfiguracja jest już stosowana zgodnie z konwencją i nie trzeba ich jawnie określać.

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

Sekwencja, do której są stosowane adnotacje.

annotations
IDictionary<String,IAnnotation>

Zestaw adnotacji, z których mają zostać usunięte konwencjonalne.

Implementuje

Dotyczy

RemoveAnnotationsHandledByConventions(IRelationalPropertyOverrides, IDictionary<String,IAnnotation>)

Źródło:
AnnotationCodeGenerator.cs
Źródło:
AnnotationCodeGenerator.cs
Źródło:
AnnotationCodeGenerator.cs

Usuwa adnotację, której konfiguracja jest już stosowana zgodnie z konwencją i nie trzeba ich jawnie określać.

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

Właściwość zastępuje adnotacje, do których są stosowane adnotacje.

annotations
IDictionary<String,IAnnotation>

Zestaw adnotacji, z których mają zostać usunięte konwencjonalne.

Implementuje

Dotyczy

RemoveAnnotationsHandledByConventions(IProperty, IDictionary<String,IAnnotation>)

Źródło:
AnnotationCodeGenerator.cs
Źródło:
AnnotationCodeGenerator.cs
Źródło:
AnnotationCodeGenerator.cs
Źródło:
AnnotationCodeGenerator.cs
Źródło:
AnnotationCodeGenerator.cs

Usuwa adnotację, której konfiguracja jest już stosowana zgodnie z konwencją i nie trzeba ich jawnie określać.

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

Właściwość, do której są stosowane adnotacje.

annotations
IDictionary<String,IAnnotation>

Zestaw adnotacji, z których mają zostać usunięte konwencjonalne.

Implementuje

Dotyczy

RemoveAnnotationsHandledByConventions(INavigation, IDictionary<String,IAnnotation>)

Źródło:
AnnotationCodeGenerator.cs
Źródło:
AnnotationCodeGenerator.cs
Źródło:
AnnotationCodeGenerator.cs

Usuwa adnotację, której konfiguracja jest już stosowana zgodnie z konwencją i nie trzeba ich jawnie określać.

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

Nawigacja, do której są stosowane adnotacje.

annotations
IDictionary<String,IAnnotation>

Zestaw adnotacji, z których mają zostać usunięte konwencjonalne.

Implementuje

Dotyczy

RemoveAnnotationsHandledByConventions(IModel, IDictionary<String,IAnnotation>)

Źródło:
AnnotationCodeGenerator.cs
Źródło:
AnnotationCodeGenerator.cs
Źródło:
AnnotationCodeGenerator.cs
Źródło:
AnnotationCodeGenerator.cs
Źródło:
AnnotationCodeGenerator.cs

Usuwa adnotację, której konfiguracja jest już stosowana zgodnie z konwencją i nie trzeba ich jawnie określać.

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, do którego są stosowane adnotacje.

annotations
IDictionary<String,IAnnotation>

Zestaw adnotacji, z których mają zostać usunięte konwencjonalne.

Implementuje

Dotyczy

RemoveAnnotationsHandledByConventions(IIndex, IDictionary<String,IAnnotation>)

Źródło:
AnnotationCodeGenerator.cs
Źródło:
AnnotationCodeGenerator.cs
Źródło:
AnnotationCodeGenerator.cs
Źródło:
AnnotationCodeGenerator.cs
Źródło:
AnnotationCodeGenerator.cs

Usuwa adnotację, której konfiguracja jest już stosowana zgodnie z konwencją i nie trzeba ich jawnie określać.

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

Indeks, do którego są stosowane adnotacje.

annotations
IDictionary<String,IAnnotation>

Zestaw adnotacji, z których mają zostać usunięte konwencjonalne.

Implementuje

Dotyczy

RemoveAnnotationsHandledByConventions(ISkipNavigation, IDictionary<String,IAnnotation>)

Źródło:
AnnotationCodeGenerator.cs
Źródło:
AnnotationCodeGenerator.cs
Źródło:
AnnotationCodeGenerator.cs

Usuwa adnotację, której konfiguracja jest już stosowana zgodnie z konwencją i nie trzeba ich jawnie określać.

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

Nawigacja, do której są stosowane adnotacje.

annotations
IDictionary<String,IAnnotation>

Zestaw adnotacji, z których mają zostać usunięte konwencjonalne.

Implementuje

Dotyczy

RemoveAnnotationsHandledByConventions(IEntityTypeMappingFragment, IDictionary<String,IAnnotation>)

Źródło:
AnnotationCodeGenerator.cs
Źródło:
AnnotationCodeGenerator.cs
Źródło:
AnnotationCodeGenerator.cs

Usuwa adnotację, której konfiguracja jest już stosowana zgodnie z konwencją i nie trzeba ich jawnie określać.

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 mapowania jednostki, do którego są stosowane adnotacje.

annotations
IDictionary<String,IAnnotation>

Zestaw adnotacji, z których mają zostać usunięte konwencjonalne.

Implementuje

Dotyczy

RemoveAnnotationsHandledByConventions(IEntityType, IDictionary<String,IAnnotation>)

Źródło:
AnnotationCodeGenerator.cs
Źródło:
AnnotationCodeGenerator.cs
Źródło:
AnnotationCodeGenerator.cs
Źródło:
AnnotationCodeGenerator.cs
Źródło:
AnnotationCodeGenerator.cs

Usuwa adnotację, której konfiguracja jest już stosowana zgodnie z konwencją i nie trzeba ich jawnie określać.

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 jednostki, do której są stosowane adnotacje.

annotations
IDictionary<String,IAnnotation>

Zestaw adnotacji, z których mają zostać usunięte konwencjonalne.

Implementuje

Dotyczy

RemoveAnnotationsHandledByConventions(IComplexType, IDictionary<String,IAnnotation>)

Źródło:
AnnotationCodeGenerator.cs
Źródło:
AnnotationCodeGenerator.cs

Usuwa adnotację, której konfiguracja jest już stosowana zgodnie z konwencją i nie trzeba ich jawnie określać.

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

Typ złożony, do którego są stosowane adnotacje.

annotations
IDictionary<String,IAnnotation>

Zestaw adnotacji, z których mają zostać usunięte konwencjonalne.

Implementuje

Dotyczy

RemoveAnnotationsHandledByConventions(IComplexProperty, IDictionary<String,IAnnotation>)

Źródło:
AnnotationCodeGenerator.cs
Źródło:
AnnotationCodeGenerator.cs

Usuwa adnotację, której konfiguracja jest już stosowana zgodnie z konwencją i nie trzeba ich jawnie określać.

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

Właściwość złożona, do której są stosowane adnotacje.

annotations
IDictionary<String,IAnnotation>

Zestaw adnotacji, z których mają zostać usunięte konwencjonalne.

Implementuje

Dotyczy

RemoveAnnotationsHandledByConventions(ICheckConstraint, IDictionary<String,IAnnotation>)

Źródło:
AnnotationCodeGenerator.cs
Źródło:
AnnotationCodeGenerator.cs
Źródło:
AnnotationCodeGenerator.cs

Usuwa adnotację, której konfiguracja jest już stosowana zgodnie z konwencją i nie trzeba ich jawnie określać.

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

Ograniczenie sprawdzania, do którego są stosowane adnotacje.

annotations
IDictionary<String,IAnnotation>

Zestaw adnotacji, z których mają zostać usunięte konwencjonalne.

Implementuje

Dotyczy

RemoveAnnotationsHandledByConventions(IAnnotatable, IDictionary<String,IAnnotation>)

Źródło:
AnnotationCodeGenerator.cs
Źródło:
AnnotationCodeGenerator.cs
Źródło:
AnnotationCodeGenerator.cs

Usuwa adnotację, której konfiguracja jest już stosowana zgodnie z konwencją i nie trzeba ich jawnie określać.

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

Tabele adnotacji, do których są stosowane adnotacje.

annotations
IDictionary<String,IAnnotation>

Zestaw adnotacji, z których mają być generowane płynne wywołania interfejsu API.

Implementuje

Dotyczy

RemoveAnnotationsHandledByConventions(IForeignKey, IDictionary<String,IAnnotation>)

Źródło:
AnnotationCodeGenerator.cs
Źródło:
AnnotationCodeGenerator.cs
Źródło:
AnnotationCodeGenerator.cs
Źródło:
AnnotationCodeGenerator.cs
Źródło:
AnnotationCodeGenerator.cs

Usuwa adnotację, której konfiguracja jest już stosowana zgodnie z konwencją i nie trzeba ich jawnie określać.

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

Klucz obcy, do którego są stosowane adnotacje.

annotations
IDictionary<String,IAnnotation>

Zestaw adnotacji, z których mają zostać usunięte konwencjonalne.

Implementuje

Dotyczy

RemoveAnnotationsHandledByConventions(ITrigger, IDictionary<String,IAnnotation>)

Źródło:
AnnotationCodeGenerator.cs
Źródło:
AnnotationCodeGenerator.cs
Źródło:
AnnotationCodeGenerator.cs

Usuwa adnotację, której konfiguracja jest już stosowana zgodnie z konwencją i nie trzeba ich jawnie określać.

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

Wyzwalacz, do którego są stosowane adnotacje.

annotations
IDictionary<String,IAnnotation>

Zestaw adnotacji, z których mają zostać usunięte konwencjonalne.

Implementuje

Dotyczy