OperationExecutor.GetContextType Class

Definition

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

Constructors

OperationExecutor.GetContextType(OperationExecutor, Object, IDictionary)

Methods

Execute(Action)

Executes an action passing exceptions to the IOperationResultHandler.

(Inherited from OperationExecutor.OperationBase)
Execute<T>(Func<IEnumerable<T>>)

Executes an action passing results or exceptions to the IOperationResultHandler.

(Inherited from OperationExecutor.OperationBase)
Execute<T>(Func<T>)

Executes an action passing the result or exceptions to the IOperationResultHandler.

(Inherited from OperationExecutor.OperationBase)

Applies to