次の方法で共有


OperationExecutor.GetMigrations クラス

定義

使用可能な移行を一覧表示する操作を表します。

public class OperationExecutor.GetMigrations : Microsoft.EntityFrameworkCore.Design.OperationExecutor.OperationBase
type OperationExecutor.GetMigrations = class
    inherit OperationExecutor.OperationBase
Public Class OperationExecutor.GetMigrations
Inherits OperationExecutor.OperationBase
継承
OperationExecutor.GetMigrations
継承
OperationExecutor.GetMigrations

コンストラクター

OperationExecutor.GetMigrations(OperationExecutor, IOperationResultHandler, IDictionary)

OperationExecutor.GetMigrations クラスの新しいインスタンスを初期化します。

OperationExecutor.GetMigrations(OperationExecutor, Object, IDictionary)

OperationExecutor.GetMigrations クラスの新しいインスタンスを初期化します。

args サポートされる引数は次のとおりです。

contextType--使用 DbContext する 。

メソッド

Execute(Action)

に例外を渡すアクションを実行します IOperationResultHandler

(継承元 OperationExecutor.OperationBase)
Execute<T>(Func<IEnumerable<T>>)

結果または例外を に渡すアクションを実行します IOperationResultHandler

(継承元 OperationExecutor.OperationBase)
Execute<T>(Func<T>)

結果または例外を に渡すアクションを実行します IOperationResultHandler

(継承元 OperationExecutor.OperationBase)

適用対象