OperationExecutor.GetContextInfo Класс

Определение

Представляет операцию для получения сведений о типе DbContext .

public class OperationExecutor.GetContextInfo : Microsoft.EntityFrameworkCore.Design.OperationExecutor.OperationBase
type OperationExecutor.GetContextInfo = class
    inherit OperationExecutor.OperationBase
Public Class OperationExecutor.GetContextInfo
Inherits OperationExecutor.OperationBase
Наследование
OperationExecutor.GetContextInfo
Наследование
OperationExecutor.GetContextInfo

Конструкторы

OperationExecutor.GetContextInfo(OperationExecutor, IOperationResultHandler, IDictionary)

Инициализирует новый экземпляр класса OperationExecutor.GetContextInfo.

OperationExecutor.GetContextInfo(OperationExecutor, Object, IDictionary)

Инициализирует новый экземпляр класса OperationExecutor.GetContextInfo.

Поддерживаемые аргументы args :

contextType--Используемый DbContext тип.

Методы

Execute(Action)

Выполняет действие, передающее исключения в IOperationResultHandler.

(Унаследовано от OperationExecutor.OperationBase)
Execute<T>(Func<IEnumerable<T>>)

Выполняет действие, передающее результаты или исключения в IOperationResultHandler.

(Унаследовано от OperationExecutor.OperationBase)
Execute<T>(Func<T>)

Выполняет действие, передавая результат или исключения в IOperationResultHandler.

(Унаследовано от OperationExecutor.OperationBase)

Применяется к