Udostępnij za pośrednictwem


OperationExecutor.GetContextInfo Konstruktory

Definicja

Przeciążenia

OperationExecutor.GetContextInfo(OperationExecutor, IOperationResultHandler, IDictionary)

Inicjuje nowe wystąpienie klasy OperationExecutor.GetContextInfo.

OperationExecutor.GetContextInfo(OperationExecutor, Object, IDictionary)

Inicjuje nowe wystąpienie klasy OperationExecutor.GetContextInfo.

Argumenty obsługiwane przez args usługę to:

contextType--Typ DbContext do użycia.

OperationExecutor.GetContextInfo(OperationExecutor, IOperationResultHandler, IDictionary)

Źródło:
OperationExecutor.cs
Źródło:
OperationExecutor.cs
Źródło:
OperationExecutor.cs
Źródło:
OperationExecutor.cs
Źródło:
OperationExecutor.cs
Źródło:
OperationExecutor.cs
Źródło:
OperationExecutor.cs

Inicjuje nowe wystąpienie klasy 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)

Parametry

executor
OperationExecutor

Funkcja wykonawcza operacji.

args
IDictionary

Argumenty operacji.

Uwagi

Argumenty obsługiwane przez args usługę to:

contextType--Typ DbContext do użycia.

Dotyczy

OperationExecutor.GetContextInfo(OperationExecutor, Object, IDictionary)

Źródło:
OperationExecutor.cs
Źródło:
OperationExecutor.cs

Inicjuje nowe wystąpienie klasy OperationExecutor.GetContextInfo.

Argumenty obsługiwane przez args usługę to:

contextType--Typ DbContext do użycia.

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)

Parametry

executor
OperationExecutor

Funkcja wykonawcza operacji.

resultHandler
Object

Element IOperationResultHandler.

args
IDictionary

Argumenty operacji.

Dotyczy