OperationExecutor.ScriptMigration 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
OperationExecutor.ScriptMigration(OperationExecutor, IOperationResultHandler, IDictionary) |
初始化 OperationExecutor.ScriptMigration 类的新实例。 |
OperationExecutor.ScriptMigration(OperationExecutor, Object, IDictionary) |
初始化 OperationExecutor.ScriptMigration 类的新实例。 支持
|
OperationExecutor.ScriptMigration(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.ScriptMigration 类的新实例。
public ScriptMigration (Microsoft.EntityFrameworkCore.Design.OperationExecutor executor, Microsoft.EntityFrameworkCore.Design.IOperationResultHandler resultHandler, System.Collections.IDictionary args);
new Microsoft.EntityFrameworkCore.Design.OperationExecutor.ScriptMigration : Microsoft.EntityFrameworkCore.Design.OperationExecutor * Microsoft.EntityFrameworkCore.Design.IOperationResultHandler * System.Collections.IDictionary -> Microsoft.EntityFrameworkCore.Design.OperationExecutor.ScriptMigration
Public Sub New (executor As OperationExecutor, resultHandler As IOperationResultHandler, args As IDictionary)
参数
- executor
- OperationExecutor
操作执行程序。
- resultHandler
- IOperationResultHandler
- args
- IDictionary
操作参数。
注解
支持 args
的参数包括:
fromMigration
--开始迁移。 默认为 InitialDatabase。
toMigration
--结束迁移。 默认为上一次迁移。
idempotent
--生成可在任何迁移时在数据库上使用的脚本。
noTransactions
--不生成 SQL 事务语句。
contextType
--要使用的 DbContext 。
适用于
OperationExecutor.ScriptMigration(OperationExecutor, Object, IDictionary)
- Source:
- OperationExecutor.cs
- Source:
- OperationExecutor.cs
初始化 OperationExecutor.ScriptMigration 类的新实例。
支持 args
的参数包括:
fromMigration
--开始迁移。 默认为 InitialDatabase。
toMigration
--结束迁移。 默认为上一次迁移。
idempotent
--生成可在任何迁移时在数据库上使用的脚本。
contextType
--要使用的 DbContext 。
public ScriptMigration (Microsoft.EntityFrameworkCore.Design.OperationExecutor executor, object resultHandler, System.Collections.IDictionary args);
new Microsoft.EntityFrameworkCore.Design.OperationExecutor.ScriptMigration : Microsoft.EntityFrameworkCore.Design.OperationExecutor * obj * System.Collections.IDictionary -> Microsoft.EntityFrameworkCore.Design.OperationExecutor.ScriptMigration
Public Sub New (executor As OperationExecutor, resultHandler As Object, args As IDictionary)
参数
- executor
- OperationExecutor
操作执行程序。
- resultHandler
- Object
- args
- IDictionary
操作参数。