次の方法で共有


OperationExecutor.AddMigration コンストラクター

定義

オーバーロード

OperationExecutor.AddMigration(OperationExecutor, IOperationResultHandler, IDictionary)

OperationExecutor.AddMigration クラスの新しいインスタンスを初期化します。

OperationExecutor.AddMigration(OperationExecutor, Object, IDictionary)

OperationExecutor.AddMigration クラスの新しいインスタンスを初期化します。

args サポートされる引数は次のとおりです。

name--移行の名前。

outputDir--使用するディレクトリ (およびサブ名前空間)。 パスは、プロジェクト ディレクトリに対する相対パスです。 既定値は "Migrations" です。

contextType--使用 DbContext する型。

OperationExecutor.AddMigration(OperationExecutor, IOperationResultHandler, IDictionary)

ソース:
OperationExecutor.cs
ソース:
OperationExecutor.cs
ソース:
OperationExecutor.cs
ソース:
OperationExecutor.cs
ソース:
OperationExecutor.cs
ソース:
OperationExecutor.cs
ソース:
OperationExecutor.cs

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

操作実行プログラム。

args
IDictionary

操作の引数。

注釈

args サポートされる引数は次のとおりです。

name--移行の名前。

outputDir--使用するディレクトリ (およびサブ名前空間)。 パスは、プロジェクト ディレクトリに対する相対パスです。 既定値は "Migrations" です。

contextType--使用 DbContext する型。

適用対象

OperationExecutor.AddMigration(OperationExecutor, Object, IDictionary)

ソース:
OperationExecutor.cs
ソース:
OperationExecutor.cs

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

IOperationResultHandler

args
IDictionary

操作の引数。

適用対象