Sdílet prostřednictvím


OperationExecutor.HasPendingModelChanges Konstruktor

Definice

Inicializuje novou instanci OperationExecutor.HasPendingModelChanges třídy.

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

Parametry

executor
OperationExecutor

Exekutor operace.

args
IDictionary

Argumenty operace

Poznámky

Podporované argumenty args jsou:

contextType--Použít DbContext .

Platí pro