OperationExecutor.AddMigration 생성자

정의

오버로드

OperationExecutor.AddMigration(OperationExecutor, IOperationResultHandler, IDictionary)

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

OperationExecutor.AddMigration(OperationExecutor, Object, IDictionary)

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

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

name--마이그레이션의 이름입니다.

outputDir--사용할 디렉터리(및 하위 네임스페이스)입니다. 경로는 프로젝트 디렉터리를 기준으로 합니다. 기본값은 "마이그레이션"입니다.

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

OperationExecutor.AddMigration(OperationExecutor, IOperationResultHandler, IDictionary)

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

public AddMigration (Microsoft.EntityFrameworkCore.Design.OperationExecutor executor, Microsoft.EntityFrameworkCore.Design.IOperationResultHandler resultHandler, System.Collections.IDictionary args);
new Microsoft.EntityFrameworkCore.Design.OperationExecutor.AddMigration : Microsoft.EntityFrameworkCore.Design.OperationExecutor * Microsoft.EntityFrameworkCore.Design.IOperationResultHandler * System.Collections.IDictionary -> Microsoft.EntityFrameworkCore.Design.OperationExecutor.AddMigration
Public Sub New (executor As OperationExecutor, resultHandler As IOperationResultHandler, args As IDictionary)

매개 변수

executor
OperationExecutor

작업 실행기입니다.

args
IDictionary

작업 인수입니다.

설명

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

name--마이그레이션의 이름입니다.

outputDir--사용할 디렉터리(및 하위 네임스페이스)입니다. 경로는 프로젝트 디렉터리를 기준으로 합니다. 기본값은 "마이그레이션"입니다.

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

적용 대상

OperationExecutor.AddMigration(OperationExecutor, Object, IDictionary)

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

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

name--마이그레이션의 이름입니다.

outputDir--사용할 디렉터리(및 하위 네임스페이스)입니다. 경로는 프로젝트 디렉터리를 기준으로 합니다. 기본값은 "마이그레이션"입니다.

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

public AddMigration (Microsoft.EntityFrameworkCore.Design.OperationExecutor executor, object resultHandler, System.Collections.IDictionary args);
new Microsoft.EntityFrameworkCore.Design.OperationExecutor.AddMigration : Microsoft.EntityFrameworkCore.Design.OperationExecutor * obj * System.Collections.IDictionary -> Microsoft.EntityFrameworkCore.Design.OperationExecutor.AddMigration
Public Sub New (executor As OperationExecutor, resultHandler As Object, args As IDictionary)

매개 변수

executor
OperationExecutor

작업 실행기입니다.

args
IDictionary

작업 인수입니다.

적용 대상