共用方式為


OperationExecutor.GetContextType 類別

定義

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

建構函式

OperationExecutor.GetContextType(OperationExecutor, Object, IDictionary)

方法

Execute(Action)

執行將例外狀況傳遞至 的 IOperationResultHandler 動作。

(繼承來源 OperationExecutor.OperationBase)
Execute<T>(Func<IEnumerable<T>>)

執行將結果或例外狀況傳遞至 的 IOperationResultHandler 動作。

(繼承來源 OperationExecutor.OperationBase)
Execute<T>(Func<T>)

執行動作,將結果或例外狀況傳遞至 IOperationResultHandler

(繼承來源 OperationExecutor.OperationBase)

適用於