次の方法で共有


SqliteMigrationsAnnotationProvider クラス

定義

public class SqliteMigrationsAnnotationProvider : Microsoft.EntityFrameworkCore.Migrations.MigrationsAnnotationProvider
type SqliteMigrationsAnnotationProvider = class
    inherit MigrationsAnnotationProvider
Public Class SqliteMigrationsAnnotationProvider
Inherits MigrationsAnnotationProvider
継承
SqliteMigrationsAnnotationProvider

コンストラクター

SqliteMigrationsAnnotationProvider()

プロパティ

Dependencies

このサービスのリレーショナル プロバイダー固有の依存関係。

(継承元 MigrationsAnnotationProvider)

メソッド

For(ICheckConstraint)

指定 ICheckConstraintした のプロバイダー固有の移行注釈を取得します。

既定の実装では、空のコレクションが返されます。

(継承元 MigrationsAnnotationProvider)
For(IEntityType)

指定 IEntityTypeした のプロバイダー固有の移行注釈を取得します。

既定の実装では、空のコレクションが返されます。

(継承元 MigrationsAnnotationProvider)
For(IForeignKey)

指定 IForeignKeyした のプロバイダー固有の移行注釈を取得します。

既定の実装では、空のコレクションが返されます。

(継承元 MigrationsAnnotationProvider)
For(IIndex)

指定 IIndexした のプロバイダー固有の移行注釈を取得します。

既定の実装では、空のコレクションが返されます。

(継承元 MigrationsAnnotationProvider)
For(IKey)

指定 IKeyした のプロバイダー固有の移行注釈を取得します。

既定の実装では、空のコレクションが返されます。

(継承元 MigrationsAnnotationProvider)
For(IModel)

指定 IModelした のプロバイダー固有の移行注釈を取得します。

既定の実装では、空のコレクションが返されます。

(継承元 MigrationsAnnotationProvider)
For(IProperty)
For(ISequence)

指定 ISequenceした のプロバイダー固有の移行注釈を取得します。

既定の実装では、空のコレクションが返されます。

(継承元 MigrationsAnnotationProvider)
ForRemove(ICheckConstraint)

削除または変更されるときに指定された の ICheckConstraint プロバイダー固有の移行注釈を取得します。

既定の実装では、空のコレクションが返されます。

(継承元 MigrationsAnnotationProvider)
ForRemove(IColumn)

削除されるときに指定された の IColumn プロバイダー固有の移行注釈を取得します。

(継承元 MigrationsAnnotationProvider)
ForRemove(IEntityType)

削除または変更されるときに指定された の IEntityType プロバイダー固有の移行注釈を取得します。

既定の実装では、空のコレクションが返されます。

(継承元 MigrationsAnnotationProvider)
ForRemove(IForeignKey)

削除または変更されるときに指定された の IForeignKey プロバイダー固有の移行注釈を取得します。

既定の実装では、空のコレクションが返されます。

(継承元 MigrationsAnnotationProvider)
ForRemove(IForeignKeyConstraint)

削除されるときに指定された の IForeignKeyConstraint プロバイダー固有の移行注釈を取得します。

(継承元 MigrationsAnnotationProvider)
ForRemove(IIndex)

削除または変更されるときに指定された の IIndex プロバイダー固有の移行注釈を取得します。

既定の実装では、空のコレクションが返されます。

(継承元 MigrationsAnnotationProvider)
ForRemove(IKey)

削除または変更されるときに指定された の IKey プロバイダー固有の移行注釈を取得します。

既定の実装では、空のコレクションが返されます。

(継承元 MigrationsAnnotationProvider)
ForRemove(IModel)

削除または変更されるときに指定された の IModel プロバイダー固有の移行注釈を取得します。

既定の実装では、空のコレクションが返されます。

(継承元 MigrationsAnnotationProvider)
ForRemove(IProperty)

削除または変更されるときに指定された の IProperty プロバイダー固有の移行注釈を取得します。

既定の実装では、空のコレクションが返されます。

(継承元 MigrationsAnnotationProvider)
ForRemove(IRelationalModel)

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

(継承元 MigrationsAnnotationProvider)
ForRemove(ISequence)

削除または変更されるときに指定された の ISequence プロバイダー固有の移行注釈を取得します。

既定の実装では、空のコレクションが返されます。

(継承元 MigrationsAnnotationProvider)
ForRemove(ITable)

削除されるときに指定された の ITable プロバイダー固有の移行注釈を取得します。

(継承元 MigrationsAnnotationProvider)
ForRemove(ITableIndex)

削除されるときに指定された の ITableIndex プロバイダー固有の移行注釈を取得します。

(継承元 MigrationsAnnotationProvider)
ForRemove(IUniqueConstraint)

削除されるときに指定された の IUniqueConstraint プロバイダー固有の移行注釈を取得します。

(継承元 MigrationsAnnotationProvider)
ForRemove(IView)

削除されるときに指定された の IView プロバイダー固有の注釈を取得します。

(継承元 MigrationsAnnotationProvider)
ForRemove(IViewColumn)

削除されるときに指定された の IViewColumn プロバイダー固有の注釈を取得します。

(継承元 MigrationsAnnotationProvider)
ForRename(IColumn)

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

(継承元 MigrationsAnnotationProvider)
ForRename(ISequence)

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

(継承元 MigrationsAnnotationProvider)
ForRename(ITable)

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

(継承元 MigrationsAnnotationProvider)
ForRename(ITableIndex)

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

(継承元 MigrationsAnnotationProvider)

適用対象