次の方法で共有


OperationExecutor.GetContextTypes クラス

定義

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

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

コンストラクター

OperationExecutor.GetContextTypes(OperationExecutor, IOperationResultHandler, IDictionary)

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

OperationExecutor.GetContextTypes(OperationExecutor, Object, IDictionary)

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

では現在、引数はサポートされていません args

メソッド

Execute(Action)

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

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

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

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

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

(継承元 OperationExecutor.OperationBase)

適用対象