다음을 통해 공유


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 인수는 다음과 같습니다.

contextTypeDbContext--사용할 형식입니다.

메서드

Execute(Action)

예외를 에 전달하는 작업을 실행합니다 IOperationResultHandler.

(다음에서 상속됨 OperationExecutor.OperationBase)
Execute<T>(Func<IEnumerable<T>>)

결과 또는 예외를 에 전달하는 작업을 실행합니다 IOperationResultHandler.

(다음에서 상속됨 OperationExecutor.OperationBase)
Execute<T>(Func<T>)

결과 또는 예외를 에 전달하는 작업을 실행합니다 IOperationResultHandler.

(다음에서 상속됨 OperationExecutor.OperationBase)

적용 대상