IHistoryRepository.GetInsertScript(HistoryRow) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
產生 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。