次の方法で共有


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。

適用対象