共用方式為


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。

適用於