HistoryRepository.GetAppliedMigrations 메서드

정의

적용된 모든 마이그레이션에 대한 기록 테이블을 쿼리합니다.

public virtual System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Migrations.HistoryRow> GetAppliedMigrations ();
abstract member GetAppliedMigrations : unit -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Migrations.HistoryRow>
override this.GetAppliedMigrations : unit -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Migrations.HistoryRow>
Public Overridable Function GetAppliedMigrations () As IReadOnlyList(Of HistoryRow)

반환

엔터티로 HistoryRow 적용된 마이그레이션 목록입니다.

구현

적용 대상