다음을 통해 공유


InsertHistoryOperation(String, String, Byte[], Object) 생성자

정의

InsertHistoryOperation 클래스의 새 instance 초기화합니다.

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" }').

적용 대상