共用方式為


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--要使用的目錄 (和子命名空間) 。 路徑相對於專案目錄。 預設為 「移轉」。

contextType--要使用的 DbContext 類型。

方法

Execute(Action)

執行將例外狀況傳遞至 的 IOperationResultHandler 動作。

(繼承來源 OperationExecutor.OperationBase)
Execute<T>(Func<IEnumerable<T>>)

執行將結果或例外狀況傳遞至 的 IOperationResultHandler 動作。

(繼承來源 OperationExecutor.OperationBase)
Execute<T>(Func<T>)

執行動作,將結果或例外狀況傳遞至 IOperationResultHandler

(繼承來源 OperationExecutor.OperationBase)

適用於