次の方法で共有


IMigrationsAnnotationProvider.ForRename メソッド

定義

オーバーロード

ForRename(ITable)

名前の変更時に指定された の ITable プロバイダー固有の移行注釈を取得します。

ForRename(IColumn)

名前の変更時に指定された の IColumn プロバイダー固有の移行注釈を取得します。

ForRename(ISequence)

名前の変更時に指定された の ISequence プロバイダー固有の移行注釈を取得します。

ForRename(ITableIndex)

名前の変更時に指定された の ITableIndex プロバイダー固有の移行注釈を取得します。

ForRename(ITable)

名前の変更時に指定された の ITable プロバイダー固有の移行注釈を取得します。

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)

パラメーター

table
ITable

テーブル。

戻り値

注釈。

適用対象

ForRename(IColumn)

名前の変更時に指定された の IColumn プロバイダー固有の移行注釈を取得します。

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)

パラメーター

column
IColumn

列です。

戻り値

注釈。

適用対象

ForRename(ISequence)

名前の変更時に指定された の ISequence プロバイダー固有の移行注釈を取得します。

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)

パラメーター

sequence
ISequence

シーケンス。

戻り値

注釈。

適用対象

ForRename(ITableIndex)

名前の変更時に指定された の ITableIndex プロバイダー固有の移行注釈を取得します。

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)

パラメーター

index
ITableIndex

インデックス。

戻り値

注釈。

適用対象