DeleteHistoryOperation(String, String, Object) 构造函数

定义

初始化 DeleteHistoryOperation 类的新实例。

public DeleteHistoryOperation (string table, string migrationId, object anonymousArguments = null);
new System.Data.Entity.Migrations.Model.DeleteHistoryOperation : string * string * obj -> System.Data.Entity.Migrations.Model.DeleteHistoryOperation
Public Sub New (table As String, migrationId As String, Optional anonymousArguments As Object = null)

参数

table
String

迁移历史记录表的名称。

migrationId
String

要删除的迁移记录的 ID。

anonymousArguments
Object

提供程序可能处理的其他参数。 使用匿名类型语法指定参数,例如“new { SampleArgument = ”MyValue“ }”。

适用于