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)

Source:
OperationExecutor.cs
Source:
OperationExecutor.cs
Source:
OperationExecutor.cs
Source:
OperationExecutor.cs
Source:
OperationExecutor.cs
Source:
OperationExecutor.cs
Source:
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)

Source:
OperationExecutor.cs
Source:
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

操作参数。

适用于