Sdílet prostřednictvím


OperationExecutor.GetContextInfo Třída

Definice

Představuje operaci pro získání informací o DbContext typu.

public class OperationExecutor.GetContextInfo : Microsoft.EntityFrameworkCore.Design.OperationExecutor.OperationBase
type OperationExecutor.GetContextInfo = class
    inherit OperationExecutor.OperationBase
Public Class OperationExecutor.GetContextInfo
Inherits OperationExecutor.OperationBase
Dědičnost
OperationExecutor.GetContextInfo
Dědičnost
OperationExecutor.GetContextInfo

Konstruktory

OperationExecutor.GetContextInfo(OperationExecutor, IOperationResultHandler, IDictionary)

Inicializuje novou instanci OperationExecutor.GetContextInfo třídy.

OperationExecutor.GetContextInfo(OperationExecutor, Object, IDictionary)

Inicializuje novou instanci OperationExecutor.GetContextInfo třídy.

Podporované argumenty args jsou:

contextType--Typ DbContext , který se má použít.

Metody

Execute(Action)

Provede akci, která předává výjimky do objektu IOperationResultHandler.

(Zděděno od OperationExecutor.OperationBase)
Execute<T>(Func<IEnumerable<T>>)

Provede akci předání výsledků nebo výjimek do objektu IOperationResultHandler.

(Zděděno od OperationExecutor.OperationBase)
Execute<T>(Func<T>)

Provede akci předání výsledku nebo výjimek do objektu IOperationResultHandler.

(Zděděno od OperationExecutor.OperationBase)

Platí pro