HistoryRow(String, String) 생성자

정의

지정된 버전의 EF Core에 대해 지정된 마이그레이션 식별자를 사용하여 새 HistoryRow 을 만듭니다.

public HistoryRow (string migrationId, string productVersion);
new Microsoft.EntityFrameworkCore.Migrations.HistoryRow : string * string -> Microsoft.EntityFrameworkCore.Migrations.HistoryRow
Public Sub New (migrationId As String, productVersion As String)

매개 변수

migrationId
String

마이그레이션 식별자입니다.

productVersion
String

EF Core 어셈블리의 에서 AssemblyInformationalVersionAttribute 가져온 EF Core 버전입니다.

적용 대상