OperationExecutor.OperationBase Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
OperationExecutor.OperationBase(IOperationResultHandler) |
Initialise une nouvelle instance de la classe OperationExecutor.OperationBase. |
OperationExecutor.OperationBase(Object) |
Initialise une nouvelle instance de la classe OperationExecutor.OperationBase. |
OperationExecutor.OperationBase(IOperationResultHandler)
- Source:
- OperationExecutor.cs
- Source:
- OperationExecutor.cs
- Source:
- OperationExecutor.cs
- Source:
- OperationExecutor.cs
- Source:
- OperationExecutor.cs
- Source:
- OperationExecutor.cs
- Source:
- OperationExecutor.cs
Initialise une nouvelle instance de la classe OperationExecutor.OperationBase.
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)
Paramètres
- resultHandler
- IOperationResultHandler
L’IOperationResultHandleropérateur
S’applique à
OperationExecutor.OperationBase(Object)
- Source:
- OperationExecutor.cs
- Source:
- OperationExecutor.cs
Initialise une nouvelle instance de la classe OperationExecutor.OperationBase.
protected OperationBase (object resultHandler);
new Microsoft.EntityFrameworkCore.Design.OperationExecutor.OperationBase : obj -> Microsoft.EntityFrameworkCore.Design.OperationExecutor.OperationBase
Protected Sub New (resultHandler As Object)
Paramètres
- resultHandler
- Object
L’IOperationResultHandleropérateur