次の方法で共有


DbMigrator.GetLocalMigrations メソッド

定義

構成済みの移行アセンブリで定義されているすべての移行を取得します。

public override System.Collections.Generic.IEnumerable<string> GetLocalMigrations ();
override this.GetLocalMigrations : unit -> seq<string>
Public Overrides Function GetLocalMigrations () As IEnumerable(Of String)

戻り値

移行の一覧。

適用対象