OperationExecutor.AddMigration コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
OperationExecutor.AddMigration(OperationExecutor, IOperationResultHandler, IDictionary) |
OperationExecutor.AddMigration クラスの新しいインスタンスを初期化します。 |
OperationExecutor.AddMigration(OperationExecutor, Object, IDictionary) |
OperationExecutor.AddMigration クラスの新しいインスタンスを初期化します。 で
|
OperationExecutor.AddMigration(OperationExecutor, IOperationResultHandler, IDictionary)
OperationExecutor.AddMigration クラスの新しいインスタンスを初期化します。
public AddMigration (Microsoft.EntityFrameworkCore.Design.OperationExecutor executor, Microsoft.EntityFrameworkCore.Design.IOperationResultHandler resultHandler, System.Collections.IDictionary args);
new Microsoft.EntityFrameworkCore.Design.OperationExecutor.AddMigration : Microsoft.EntityFrameworkCore.Design.OperationExecutor * Microsoft.EntityFrameworkCore.Design.IOperationResultHandler * System.Collections.IDictionary -> Microsoft.EntityFrameworkCore.Design.OperationExecutor.AddMigration
Public Sub New (executor As OperationExecutor, resultHandler As IOperationResultHandler, args As IDictionary)
パラメーター
- executor
- OperationExecutor
操作実行プログラム。
- resultHandler
- IOperationResultHandler
- args
- IDictionary
操作の引数。
注釈
で args
サポートされる引数は次のとおりです。
name
--移行の名前。
outputDir
--使用するディレクトリ (およびサブ名前空間)。 パスは、プロジェクト ディレクトリに対する相対パスです。 既定値は "Migrations" です。
contextType
--使用 DbContext する型。
適用対象
OperationExecutor.AddMigration(OperationExecutor, Object, IDictionary)
OperationExecutor.AddMigration クラスの新しいインスタンスを初期化します。
で args
サポートされる引数は次のとおりです。
name
--移行の名前。
outputDir
--使用するディレクトリ (およびサブ名前空間)。 パスは、プロジェクト ディレクトリに対する相対パスです。 既定値は "Migrations" です。
contextType
--使用 DbContext する型。
public AddMigration (Microsoft.EntityFrameworkCore.Design.OperationExecutor executor, object resultHandler, System.Collections.IDictionary args);
new Microsoft.EntityFrameworkCore.Design.OperationExecutor.AddMigration : Microsoft.EntityFrameworkCore.Design.OperationExecutor * obj * System.Collections.IDictionary -> Microsoft.EntityFrameworkCore.Design.OperationExecutor.AddMigration
Public Sub New (executor As OperationExecutor, resultHandler As Object, args As IDictionary)
パラメーター
- executor
- OperationExecutor
操作実行プログラム。
- resultHandler
- Object
- args
- IDictionary
操作の引数。
適用対象
Entity Framework