OperationExecutor.GetContextInfo 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
OperationExecutor.GetContextInfo(OperationExecutor, IOperationResultHandler, IDictionary) |
OperationExecutor.GetContextInfo 클래스의 새 인스턴스를 초기화합니다. |
OperationExecutor.GetContextInfo(OperationExecutor, Object, IDictionary) |
OperationExecutor.GetContextInfo 클래스의 새 인스턴스를 초기화합니다. 에서 지원하는
|
OperationExecutor.GetContextInfo(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.GetContextInfo 클래스의 새 인스턴스를 초기화합니다.
public GetContextInfo (Microsoft.EntityFrameworkCore.Design.OperationExecutor executor, Microsoft.EntityFrameworkCore.Design.IOperationResultHandler resultHandler, System.Collections.IDictionary args);
new Microsoft.EntityFrameworkCore.Design.OperationExecutor.GetContextInfo : Microsoft.EntityFrameworkCore.Design.OperationExecutor * Microsoft.EntityFrameworkCore.Design.IOperationResultHandler * System.Collections.IDictionary -> Microsoft.EntityFrameworkCore.Design.OperationExecutor.GetContextInfo
Public Sub New (executor As OperationExecutor, resultHandler As IOperationResultHandler, args As IDictionary)
매개 변수
- executor
- OperationExecutor
작업 실행기입니다.
- resultHandler
- IOperationResultHandler
- args
- IDictionary
연산 인수입니다.
설명
에서 지원하는 args
인수는 다음과 같습니다.
contextType
DbContext--사용할 형식입니다.
적용 대상
OperationExecutor.GetContextInfo(OperationExecutor, Object, IDictionary)
- Source:
- OperationExecutor.cs
- Source:
- OperationExecutor.cs
OperationExecutor.GetContextInfo 클래스의 새 인스턴스를 초기화합니다.
에서 지원하는 args
인수는 다음과 같습니다.
contextType
DbContext--사용할 형식입니다.
public GetContextInfo (Microsoft.EntityFrameworkCore.Design.OperationExecutor executor, object resultHandler, System.Collections.IDictionary args);
new Microsoft.EntityFrameworkCore.Design.OperationExecutor.GetContextInfo : Microsoft.EntityFrameworkCore.Design.OperationExecutor * obj * System.Collections.IDictionary -> Microsoft.EntityFrameworkCore.Design.OperationExecutor.GetContextInfo
Public Sub New (executor As OperationExecutor, resultHandler As Object, args As IDictionary)
매개 변수
- executor
- OperationExecutor
작업 실행기입니다.
- resultHandler
- Object
- args
- IDictionary
연산 인수입니다.
적용 대상
Entity Framework