Udostępnij za pośrednictwem


OperationExecutor.GetContextTypes Konstruktory

Definicja

Przeciążenia

OperationExecutor.GetContextTypes(OperationExecutor, IOperationResultHandler, IDictionary)

Inicjuje nowe wystąpienie klasy OperationExecutor.GetContextTypes.

OperationExecutor.GetContextTypes(OperationExecutor, Object, IDictionary)

Inicjuje nowe wystąpienie klasy OperationExecutor.GetContextTypes.

Argumenty nie są obecnie obsługiwane przez funkcję args.

OperationExecutor.GetContextTypes(OperationExecutor, IOperationResultHandler, IDictionary)

Inicjuje nowe wystąpienie klasy OperationExecutor.GetContextTypes.

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

Parametry

executor
OperationExecutor

Funkcja wykonawcza operacji.

args
IDictionary

Argumenty operacji.

Uwagi

Argumenty nie są obecnie obsługiwane przez funkcję args.

Dotyczy

OperationExecutor.GetContextTypes(OperationExecutor, Object, IDictionary)

Inicjuje nowe wystąpienie klasy OperationExecutor.GetContextTypes.

Argumenty nie są obecnie obsługiwane przez funkcję args.

public GetContextTypes (Microsoft.EntityFrameworkCore.Design.OperationExecutor executor, object resultHandler, System.Collections.IDictionary args);
new Microsoft.EntityFrameworkCore.Design.OperationExecutor.GetContextTypes : Microsoft.EntityFrameworkCore.Design.OperationExecutor * obj * System.Collections.IDictionary -> Microsoft.EntityFrameworkCore.Design.OperationExecutor.GetContextTypes
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