HistoryRow 类

定义

表示迁移历史记录表中的行的实体类型。

public class HistoryRow
type HistoryRow = class
Public Class HistoryRow
继承
HistoryRow

注解

有关详细信息和示例 ,请参阅数据库迁移

构造函数

HistoryRow(String, String)

使用给定版本的 EF Core 的给定迁移标识符创建新的 HistoryRow

属性

MigrationId

迁移标识符。

ProductVersion

EF Core 版本,从 AssemblyInformationalVersionAttribute EF Core 程序集的 获取。

适用于