次の方法で共有


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ビルドされた s。

適用対象