Sdílet prostřednictvím


InsertHistoryOperation(String, String, Byte[], Object) Konstruktor

Definice

Inicializuje novou instanci InsertHistoryOperation třídy.

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

Parametry

table
String

Název tabulky historie migrací

migrationId
String

ID záznamu migrace, který se má vložit.

model
Byte[]

Hodnota, která má být uložena ve sloupci modelu.

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