共用方式為


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)

適用於