OperationExecutor.GetMigrations 클래스

정의

사용 가능한 마이그레이션을 나열하는 작업을 나타냅니다.

public class OperationExecutor.GetMigrations : Microsoft.EntityFrameworkCore.Design.OperationExecutor.OperationBase
type OperationExecutor.GetMigrations = class
    inherit OperationExecutor.OperationBase
Public Class OperationExecutor.GetMigrations
Inherits OperationExecutor.OperationBase
상속
OperationExecutor.GetMigrations
상속
OperationExecutor.GetMigrations

생성자

OperationExecutor.GetMigrations(OperationExecutor, IOperationResultHandler, IDictionary)

OperationExecutor.GetMigrations 클래스의 새 인스턴스를 초기화합니다.

OperationExecutor.GetMigrations(OperationExecutor, Object, IDictionary)

OperationExecutor.GetMigrations 클래스의 새 인스턴스를 초기화합니다.

에서 지원하는 args 인수는 다음과 같습니다.

contextType--사용할 입니다 DbContext .

메서드

Execute(Action)

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

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

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

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

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

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

적용 대상