Sdílet prostřednictvím


DeleteHistoryOperation(String, String, Object) Konstruktor

Definice

Inicializuje novou instanci DeleteHistoryOperation třídy.

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)

Parametry

table
String

Název tabulky historie migrací

migrationId
String

ID záznamu migrace, který se má odstranit.

anonymousArguments
Object

Další argumenty, které můžou zpracovávat zprostředkovatelé. K zadání argumentů použijte syntaxi anonymního typu, například new { SampleArgument = "MyValue" }.

Platí pro