次の方法で共有


OperationExecutor.AddMigration クラス

定義

新しい移行を追加する操作を表します。

public class OperationExecutor.AddMigration : Microsoft.EntityFrameworkCore.Design.OperationExecutor.OperationBase
type OperationExecutor.AddMigration = class
    inherit OperationExecutor.OperationBase
Public Class OperationExecutor.AddMigration
Inherits OperationExecutor.OperationBase
継承
OperationExecutor.AddMigration
継承
OperationExecutor.AddMigration

コンストラクター

OperationExecutor.AddMigration(OperationExecutor, IOperationResultHandler, IDictionary)

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

OperationExecutor.AddMigration(OperationExecutor, Object, IDictionary)

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

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

name--移行の名前。

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

contextType--使用 DbContext する型。

メソッド

Execute(Action)

に例外を渡すアクションを実行します IOperationResultHandler

(継承元 OperationExecutor.OperationBase)
Execute<T>(Func<IEnumerable<T>>)

結果または例外を に渡すアクションを実行します IOperationResultHandler

(継承元 OperationExecutor.OperationBase)
Execute<T>(Func<T>)

結果または例外を に渡すアクションを実行します IOperationResultHandler

(継承元 OperationExecutor.OperationBase)

適用対象