OperationExecutor.OptimizeContext Class

Definition

Represents an operation to generate a compiled model from the DbContext.

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

Constructors

OperationExecutor.OptimizeContext(OperationExecutor, IOperationResultHandler, IDictionary)

Initializes a new instance of the OperationExecutor.OptimizeContext class.

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