OperationExecutor.HasPendingModelChanges Class

Definition

Represents an operation to check if there are any pending migrations.

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

Constructors

OperationExecutor.HasPendingModelChanges(OperationExecutor, IOperationResultHandler, IDictionary)

Initializes a new instance of the OperationExecutor.HasPendingModelChanges 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