OperationExecutor.OperationBase Constructors
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.
Overloads
OperationExecutor.OperationBase(IOperationResultHandler) |
Initializes a new instance of the OperationExecutor.OperationBase class. |
OperationExecutor.OperationBase(Object) |
Initializes a new instance of the OperationExecutor.OperationBase class. |
OperationExecutor.OperationBase(IOperationResultHandler)
- Source:
- OperationExecutor.cs
- Source:
- OperationExecutor.cs
- Source:
- OperationExecutor.cs
- Source:
- OperationExecutor.cs
- Source:
- OperationExecutor.cs
- Source:
- OperationExecutor.cs
- Source:
- OperationExecutor.cs
Initializes a new instance of the OperationExecutor.OperationBase class.
protected OperationBase (Microsoft.EntityFrameworkCore.Design.IOperationResultHandler resultHandler);
new Microsoft.EntityFrameworkCore.Design.OperationExecutor.OperationBase : Microsoft.EntityFrameworkCore.Design.IOperationResultHandler -> Microsoft.EntityFrameworkCore.Design.OperationExecutor.OperationBase
Protected Sub New (resultHandler As IOperationResultHandler)
Parameters
- resultHandler
- IOperationResultHandler
Applies to
OperationExecutor.OperationBase(Object)
- Source:
- OperationExecutor.cs
- Source:
- OperationExecutor.cs
Initializes a new instance of the OperationExecutor.OperationBase class.
protected OperationBase (object resultHandler);
new Microsoft.EntityFrameworkCore.Design.OperationExecutor.OperationBase : obj -> Microsoft.EntityFrameworkCore.Design.OperationExecutor.OperationBase
Protected Sub New (resultHandler As Object)
Parameters
- resultHandler
- Object
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework