次の方法で共有


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。

実装

適用対象