Share via


MigrationsAnnotationProvider.ForRename Methode

Definition

Überlädt

ForRename(ITable)

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

ForRename(IColumn)

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

ForRename(ISequence)

Ruft anbieterspezifische Migrationsanmerkungen für die angegebene ISequence ab, wenn sie umbenannt wird.

ForRename(ITableIndex)

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

ForRename(ITable)

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

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

Parameter

table
ITable

Die Tabelle.

Gibt zurück

Die Anmerkungen.

Implementiert

Gilt für:

ForRename(IColumn)

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

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

Parameter

column
IColumn

Die Spalte.

Gibt zurück

Die Anmerkungen.

Implementiert

Gilt für:

ForRename(ISequence)

Ruft anbieterspezifische Migrationsanmerkungen für die angegebene ISequence ab, wenn sie umbenannt wird.

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

Parameter

sequence
ISequence

Die Sequenz.

Gibt zurück

Die Anmerkungen.

Implementiert

Gilt für:

ForRename(ITableIndex)

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

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

Parameter

index
ITableIndex

Der Index.

Gibt zurück

Die Anmerkungen.

Implementiert

Gilt für: