MigrationCommandListBuilder.GetCommandList 메서드

정의

빌드된 명령 목록을 가져옵니다.

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

반환

MigrationCommand빌드된 입니다.

적용 대상