다음을 통해 공유


OperationExecutor.GetMigrations 생성자

정의

오버로드

OperationExecutor.GetMigrations(OperationExecutor, IOperationResultHandler, IDictionary)

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

OperationExecutor.GetMigrations(OperationExecutor, Object, IDictionary)

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

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

contextType--사용할 입니다 DbContext .

OperationExecutor.GetMigrations(OperationExecutor, IOperationResultHandler, IDictionary)

Source:
OperationExecutor.cs
Source:
OperationExecutor.cs
Source:
OperationExecutor.cs
Source:
OperationExecutor.cs
Source:
OperationExecutor.cs
Source:
OperationExecutor.cs
Source:
OperationExecutor.cs

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

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

매개 변수

executor
OperationExecutor

작업 실행기입니다.

args
IDictionary

연산 인수입니다.

설명

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

contextType--사용할 입니다 DbContext .

connectionString--데이터베이스에 대한 연결 문자열입니다. 기본값은 또는 OnConfiguring(DbContextOptionsBuilder)에 지정된 입니다Microsoft.Extensions.DependencyInjection.EntityFrameworkServiceCollectionExtensions.AddDbContext.

noConnect--데이터베이스에 연결하지 마세요.

적용 대상

OperationExecutor.GetMigrations(OperationExecutor, Object, IDictionary)

Source:
OperationExecutor.cs
Source:
OperationExecutor.cs

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

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

contextType--사용할 입니다 DbContext .

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

매개 변수

executor
OperationExecutor

작업 실행기입니다.

args
IDictionary

연산 인수입니다.

적용 대상