次の方法で共有


InsertHistoryOperation(String, String, Byte[], Object) コンストラクター

定義

InsertHistoryOperation クラスの新しいインスタンスを初期化します。

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)

パラメーター

table
String

移行履歴テーブルの名前。

migrationId
String

挿入する移行レコードの ID。

model
Byte[]

モデル列に格納する値。

anonymousArguments
Object

プロバイダーによって処理される可能性がある追加の引数。 "new { SampleArgument = "MyValue" }' などの引数を指定するには、匿名型構文を使用します。

適用対象