OperationExecutor 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.
A facade for design-time operations.
public class OperationExecutor
public class OperationExecutor : MarshalByRefObject
type OperationExecutor = class
type OperationExecutor = class
inherit MarshalByRefObject
Public Class OperationExecutor
Public Class OperationExecutor
Inherits MarshalByRefObject
- Inheritance
-
OperationExecutor
- Inheritance
-
OperationExecutor
Remarks
Use the CreateInstance
overloads on AppDomain and Activator with the nested types to execute operations.
Constructors
OperationExecutor(IOperationReportHandler, IDictionary) |
Initializes a new instance of the OperationExecutor class |
OperationExecutor(Object, IDictionary) |
Initializes a new instance of the OperationExecutor class. The arguments supported by
|
Applies to
Entity Framework