OperationExecutor.ScriptDbContext Class

Definition

Represents an operation to generate a SQL script from the DbContext.

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

Constructors

OperationExecutor.ScriptDbContext(OperationExecutor, IOperationResultHandler, IDictionary)

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