OperationExecutor.GetMigrations 类

定义

表示列出可用迁移的操作。

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

构造函数

OperationExecutor.GetMigrations(OperationExecutor, IOperationResultHandler, IDictionary)

初始化 OperationExecutor.GetMigrations 类的新实例。

OperationExecutor.GetMigrations(OperationExecutor, Object, IDictionary)

初始化 OperationExecutor.GetMigrations 类的新实例。

支持 args 的参数包括:

contextType--要使用的 DbContext

方法

Execute(Action)

执行将异常传递给 的操作 IOperationResultHandler

(继承自 OperationExecutor.OperationBase)
Execute<T>(Func<IEnumerable<T>>)

执行将结果或异常传递给 的操作 IOperationResultHandler

(继承自 OperationExecutor.OperationBase)
Execute<T>(Func<T>)

执行将结果或异常传递给 的操作 IOperationResultHandler

(继承自 OperationExecutor.OperationBase)

适用于