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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework