OperationExecutor.ScaffoldContext Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an operation to scaffold a DbContext and entity types for a database.
public class OperationExecutor.ScaffoldContext : Microsoft.EntityFrameworkCore.Design.OperationExecutor.OperationBase
type OperationExecutor.ScaffoldContext = class
inherit OperationExecutor.OperationBase
Public Class OperationExecutor.ScaffoldContext
Inherits OperationExecutor.OperationBase
- Inheritance
- Inheritance
Constructors
OperationExecutor.ScaffoldContext(OperationExecutor, IOperationResultHandler, IDictionary) |
Initializes a new instance of the OperationExecutor.ScaffoldContext class. |
OperationExecutor.ScaffoldContext(OperationExecutor, Object, IDictionary) |
Initializes a new instance of the OperationExecutor.ScaffoldContext class. The arguments supported by
|
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
Entity Framework