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입니다.

적용 대상