Поделиться через


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.

Применяется к