次の方法で共有


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" }' などの引数を指定するには、匿名型構文を使用します。

適用対象