Share via


MigrationsAnnotationProvider.ForRemove Methode

Definition

Überlädt

ForRemove(IRelationalModel)

Ruft anbieterspezifische Migrationsanmerkungen für die angegebene IRelationalModel ab, wenn sie geändert wird.

ForRemove(IViewColumn)

Ruft anbieterspezifische Anmerkungen für die angegebene IViewColumn ab, wenn sie entfernt wird.

ForRemove(IView)

Ruft anbieterspezifische Anmerkungen für die angegebene IView ab, wenn sie entfernt wird.

ForRemove(IUniqueConstraint)

Ruft anbieterspezifische Migrationsanmerkungen für die angegebene IUniqueConstraint ab, wenn sie entfernt wird.

ForRemove(ITableIndex)

Ruft anbieterspezifische Migrationsanmerkungen für die angegebene ITableIndex ab, wenn sie entfernt wird.

ForRemove(ITable)

Ruft anbieterspezifische Migrationsanmerkungen für die angegebene ITable ab, wenn sie entfernt wird.

ForRemove(ISequence)

Ruft anbieterspezifische Migrationsanmerkungen für die angegebene ISequence ab, wenn sie entfernt/geändert wird.

Die Standardimplementierung gibt eine leere Auflistung zurück.

ForRemove(IProperty)

Ruft anbieterspezifische Migrationsanmerkungen für die angegebene IProperty ab, wenn sie entfernt/geändert wird.

Die Standardimplementierung gibt eine leere Auflistung zurück.

ForRemove(IForeignKeyConstraint)

Ruft anbieterspezifische Migrationsanmerkungen für die angegebene IForeignKeyConstraint ab, wenn sie entfernt wird.

ForRemove(IKey)

Ruft anbieterspezifische Migrationsanmerkungen für die angegebene IKey ab, wenn sie entfernt/geändert wird.

Die Standardimplementierung gibt eine leere Auflistung zurück.

ForRemove(IIndex)

Ruft anbieterspezifische Migrationsanmerkungen für die angegebene IIndex ab, wenn sie entfernt/geändert wird.

Die Standardimplementierung gibt eine leere Auflistung zurück.

ForRemove(IForeignKey)

Ruft anbieterspezifische Migrationsanmerkungen für die angegebene IForeignKey ab, wenn sie entfernt/geändert wird.

Die Standardimplementierung gibt eine leere Auflistung zurück.

ForRemove(IEntityType)

Ruft anbieterspezifische Migrationsanmerkungen für die angegebene IEntityType ab, wenn sie entfernt/geändert wird.

Die Standardimplementierung gibt eine leere Auflistung zurück.

ForRemove(IColumn)

Ruft anbieterspezifische Migrationsanmerkungen für die angegebene IColumn ab, wenn sie entfernt wird.

ForRemove(ICheckConstraint)

Ruft anbieterspezifische Migrationsanmerkungen für die angegebene ICheckConstraint ab, wenn sie entfernt/geändert wird.

Die Standardimplementierung gibt eine leere Auflistung zurück.

ForRemove(IModel)

Ruft anbieterspezifische Migrationsanmerkungen für die angegebene IModel ab, wenn sie entfernt/geändert wird.

Die Standardimplementierung gibt eine leere Auflistung zurück.

ForRemove(IRelationalModel)

Ruft anbieterspezifische Migrationsanmerkungen für die angegebene IRelationalModel ab, wenn sie geändert wird.

public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> ForRemove (Microsoft.EntityFrameworkCore.Metadata.IRelationalModel model);
abstract member ForRemove : Microsoft.EntityFrameworkCore.Metadata.IRelationalModel -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
override this.ForRemove : Microsoft.EntityFrameworkCore.Metadata.IRelationalModel -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable Function ForRemove (model As IRelationalModel) As IEnumerable(Of IAnnotation)

Parameter

model
IRelationalModel

Das Datenbankmodell.

Gibt zurück

Die Anmerkungen.

Implementiert

Gilt für:

ForRemove(IViewColumn)

Ruft anbieterspezifische Anmerkungen für die angegebene IViewColumn ab, wenn sie entfernt wird.

public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> ForRemove (Microsoft.EntityFrameworkCore.Metadata.IViewColumn column);
abstract member ForRemove : Microsoft.EntityFrameworkCore.Metadata.IViewColumn -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
override this.ForRemove : Microsoft.EntityFrameworkCore.Metadata.IViewColumn -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable Function ForRemove (column As IViewColumn) As IEnumerable(Of IAnnotation)

Parameter

column
IViewColumn

Die Spalte.

Gibt zurück

Die Anmerkungen.

Implementiert

Gilt für:

ForRemove(IView)

Ruft anbieterspezifische Anmerkungen für die angegebene IView ab, wenn sie entfernt wird.

public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> ForRemove (Microsoft.EntityFrameworkCore.Metadata.IView view);
abstract member ForRemove : Microsoft.EntityFrameworkCore.Metadata.IView -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
override this.ForRemove : Microsoft.EntityFrameworkCore.Metadata.IView -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable Function ForRemove (view As IView) As IEnumerable(Of IAnnotation)

Parameter

view
IView

Die Ansicht.

Gibt zurück

Die Anmerkungen.

Implementiert

Gilt für:

ForRemove(IUniqueConstraint)

Ruft anbieterspezifische Migrationsanmerkungen für die angegebene IUniqueConstraint ab, wenn sie entfernt wird.

public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> ForRemove (Microsoft.EntityFrameworkCore.Metadata.IUniqueConstraint constraint);
abstract member ForRemove : Microsoft.EntityFrameworkCore.Metadata.IUniqueConstraint -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
override this.ForRemove : Microsoft.EntityFrameworkCore.Metadata.IUniqueConstraint -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable Function ForRemove (constraint As IUniqueConstraint) As IEnumerable(Of IAnnotation)

Parameter

constraint
IUniqueConstraint

Die unique-Einschränkung.

Gibt zurück

Die Anmerkungen.

Implementiert

Gilt für:

ForRemove(ITableIndex)

Ruft anbieterspezifische Migrationsanmerkungen für die angegebene ITableIndex ab, wenn sie entfernt wird.

public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> ForRemove (Microsoft.EntityFrameworkCore.Metadata.ITableIndex index);
abstract member ForRemove : Microsoft.EntityFrameworkCore.Metadata.ITableIndex -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
override this.ForRemove : Microsoft.EntityFrameworkCore.Metadata.ITableIndex -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable Function ForRemove (index As ITableIndex) As IEnumerable(Of IAnnotation)

Parameter

index
ITableIndex

Der Index.

Gibt zurück

Die Anmerkungen.

Implementiert

Gilt für:

ForRemove(ITable)

Ruft anbieterspezifische Migrationsanmerkungen für die angegebene ITable ab, wenn sie entfernt wird.

public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> ForRemove (Microsoft.EntityFrameworkCore.Metadata.ITable table);
abstract member ForRemove : Microsoft.EntityFrameworkCore.Metadata.ITable -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
override this.ForRemove : Microsoft.EntityFrameworkCore.Metadata.ITable -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable Function ForRemove (table As ITable) As IEnumerable(Of IAnnotation)

Parameter

table
ITable

Die Tabelle.

Gibt zurück

Die Anmerkungen.

Implementiert

Gilt für:

ForRemove(ISequence)

Ruft anbieterspezifische Migrationsanmerkungen für die angegebene ISequence ab, wenn sie entfernt/geändert wird.

Die Standardimplementierung gibt eine leere Auflistung zurück.

public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> ForRemove (Microsoft.EntityFrameworkCore.Metadata.ISequence sequence);
abstract member ForRemove : Microsoft.EntityFrameworkCore.Metadata.ISequence -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
override this.ForRemove : Microsoft.EntityFrameworkCore.Metadata.ISequence -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable Function ForRemove (sequence As ISequence) As IEnumerable(Of IAnnotation)

Parameter

sequence
ISequence

Die Sequenz.

Gibt zurück

Die Anmerkungen.

Implementiert

Gilt für:

ForRemove(IProperty)

Ruft anbieterspezifische Migrationsanmerkungen für die angegebene IProperty ab, wenn sie entfernt/geändert wird.

Die Standardimplementierung gibt eine leere Auflistung zurück.

public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> ForRemove (Microsoft.EntityFrameworkCore.Metadata.IProperty property);
abstract member ForRemove : Microsoft.EntityFrameworkCore.Metadata.IProperty -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
override this.ForRemove : Microsoft.EntityFrameworkCore.Metadata.IProperty -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable Function ForRemove (property As IProperty) As IEnumerable(Of IAnnotation)

Parameter

property
IProperty

Die Eigenschaft.

Gibt zurück

Die Anmerkungen.

Implementiert

Gilt für:

ForRemove(IForeignKeyConstraint)

Ruft anbieterspezifische Migrationsanmerkungen für die angegebene IForeignKeyConstraint ab, wenn sie entfernt wird.

public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> ForRemove (Microsoft.EntityFrameworkCore.Metadata.IForeignKeyConstraint foreignKey);
abstract member ForRemove : Microsoft.EntityFrameworkCore.Metadata.IForeignKeyConstraint -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
override this.ForRemove : Microsoft.EntityFrameworkCore.Metadata.IForeignKeyConstraint -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable Function ForRemove (foreignKey As IForeignKeyConstraint) As IEnumerable(Of IAnnotation)

Parameter

foreignKey
IForeignKeyConstraint

Der Fremdschlüssel.

Gibt zurück

Die Anmerkungen.

Implementiert

Gilt für:

ForRemove(IKey)

Ruft anbieterspezifische Migrationsanmerkungen für die angegebene IKey ab, wenn sie entfernt/geändert wird.

Die Standardimplementierung gibt eine leere Auflistung zurück.

public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> ForRemove (Microsoft.EntityFrameworkCore.Metadata.IKey key);
abstract member ForRemove : Microsoft.EntityFrameworkCore.Metadata.IKey -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
override this.ForRemove : Microsoft.EntityFrameworkCore.Metadata.IKey -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable Function ForRemove (key As IKey) As IEnumerable(Of IAnnotation)

Parameter

key
IKey

Der Schlüssel.

Gibt zurück

Die Anmerkungen.

Implementiert

Gilt für:

ForRemove(IIndex)

Ruft anbieterspezifische Migrationsanmerkungen für die angegebene IIndex ab, wenn sie entfernt/geändert wird.

Die Standardimplementierung gibt eine leere Auflistung zurück.

public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> ForRemove (Microsoft.EntityFrameworkCore.Metadata.IIndex index);
abstract member ForRemove : Microsoft.EntityFrameworkCore.Metadata.IIndex -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
override this.ForRemove : Microsoft.EntityFrameworkCore.Metadata.IIndex -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable Function ForRemove (index As IIndex) As IEnumerable(Of IAnnotation)

Parameter

index
IIndex

Der Index.

Gibt zurück

Die Anmerkungen.

Implementiert

Gilt für:

ForRemove(IForeignKey)

Ruft anbieterspezifische Migrationsanmerkungen für die angegebene IForeignKey ab, wenn sie entfernt/geändert wird.

Die Standardimplementierung gibt eine leere Auflistung zurück.

public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> ForRemove (Microsoft.EntityFrameworkCore.Metadata.IForeignKey foreignKey);
abstract member ForRemove : Microsoft.EntityFrameworkCore.Metadata.IForeignKey -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
override this.ForRemove : Microsoft.EntityFrameworkCore.Metadata.IForeignKey -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable Function ForRemove (foreignKey As IForeignKey) As IEnumerable(Of IAnnotation)

Parameter

foreignKey
IForeignKey

Der Fremdschlüssel.

Gibt zurück

Die Anmerkungen.

Implementiert

Gilt für:

ForRemove(IEntityType)

Ruft anbieterspezifische Migrationsanmerkungen für die angegebene IEntityType ab, wenn sie entfernt/geändert wird.

Die Standardimplementierung gibt eine leere Auflistung zurück.

public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> ForRemove (Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType);
abstract member ForRemove : Microsoft.EntityFrameworkCore.Metadata.IEntityType -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
override this.ForRemove : Microsoft.EntityFrameworkCore.Metadata.IEntityType -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable Function ForRemove (entityType As IEntityType) As IEnumerable(Of IAnnotation)

Parameter

entityType
IEntityType

Der Entitätstyp.

Gibt zurück

Die Anmerkungen.

Implementiert

Gilt für:

ForRemove(IColumn)

Ruft anbieterspezifische Migrationsanmerkungen für die angegebene IColumn ab, wenn sie entfernt wird.

public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> ForRemove (Microsoft.EntityFrameworkCore.Metadata.IColumn column);
abstract member ForRemove : Microsoft.EntityFrameworkCore.Metadata.IColumn -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
override this.ForRemove : Microsoft.EntityFrameworkCore.Metadata.IColumn -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable Function ForRemove (column As IColumn) As IEnumerable(Of IAnnotation)

Parameter

column
IColumn

Die Spalte.

Gibt zurück

Die Anmerkungen.

Implementiert

Gilt für:

ForRemove(ICheckConstraint)

Ruft anbieterspezifische Migrationsanmerkungen für die angegebene ICheckConstraint ab, wenn sie entfernt/geändert wird.

Die Standardimplementierung gibt eine leere Auflistung zurück.

public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> ForRemove (Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint checkConstraint);
abstract member ForRemove : Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
override this.ForRemove : Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable Function ForRemove (checkConstraint As ICheckConstraint) As IEnumerable(Of IAnnotation)

Parameter

checkConstraint
ICheckConstraint

Die Check-Einschränkung.

Gibt zurück

Die Anmerkungen.

Implementiert

Gilt für:

ForRemove(IModel)

Ruft anbieterspezifische Migrationsanmerkungen für die angegebene IModel ab, wenn sie entfernt/geändert wird.

Die Standardimplementierung gibt eine leere Auflistung zurück.

public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> ForRemove (Microsoft.EntityFrameworkCore.Metadata.IModel model);
abstract member ForRemove : Microsoft.EntityFrameworkCore.Metadata.IModel -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
override this.ForRemove : Microsoft.EntityFrameworkCore.Metadata.IModel -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable Function ForRemove (model As IModel) As IEnumerable(Of IAnnotation)

Parameter

model
IModel

Das Modell.

Gibt zurück

Die Anmerkungen.

Implementiert

Gilt für: