IHistoryRepository.GetInsertScript(HistoryRow) 方法

定义

生成 SQL 脚本以将行插入历史记录表。

public string GetInsertScript (Microsoft.EntityFrameworkCore.Migrations.HistoryRow row);
abstract member GetInsertScript : Microsoft.EntityFrameworkCore.Migrations.HistoryRow -> string
Public Function GetInsertScript (row As HistoryRow) As String

参数

row
HistoryRow

要插入的行,表示为 HistoryRow 实体。

返回

生成的 SQL。

适用于