HistoryRepository.GetInsertScript(HistoryRow) 方法

定义

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

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

参数

row
HistoryRow

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

返回

生成的 SQL。

实现

适用于