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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Entity Framework