OperationExecutor.GetContextInfo Class

Definition

Represents an operation to get information about a DbContext type.

public class OperationExecutor.GetContextInfo : Microsoft.EntityFrameworkCore.Design.OperationExecutor.OperationBase
type OperationExecutor.GetContextInfo = class
    inherit OperationExecutor.OperationBase
Public Class OperationExecutor.GetContextInfo
Inherits OperationExecutor.OperationBase
Inheritance
OperationExecutor.GetContextInfo
Inheritance
OperationExecutor.GetContextInfo

Constructors

OperationExecutor.GetContextInfo(OperationExecutor, IOperationResultHandler, IDictionary)

Initializes a new instance of the OperationExecutor.GetContextInfo class.

OperationExecutor.GetContextInfo(OperationExecutor, Object, IDictionary)

Initializes a new instance of the OperationExecutor.GetContextInfo class.

The arguments supported by args are:

contextType--The DbContext type to use.

Methods

Execute(Action)

Executes an action passing exceptions to the IOperationResultHandler.

(Inherited from OperationExecutor.OperationBase)
Execute<T>(Func<IEnumerable<T>>)

Executes an action passing results or exceptions to the IOperationResultHandler.

(Inherited from OperationExecutor.OperationBase)
Execute<T>(Func<T>)

Executes an action passing the result or exceptions to the IOperationResultHandler.

(Inherited from OperationExecutor.OperationBase)

Applies to