Aracılığıyla paylaş


OperationExecutor.GetContextInfo Oluşturucular

Tanım

Aşırı Yüklemeler

OperationExecutor.GetContextInfo(OperationExecutor, IOperationResultHandler, IDictionary)

OperationExecutor.GetContextInfo sınıfının yeni bir örneğini başlatır.

OperationExecutor.GetContextInfo(OperationExecutor, Object, IDictionary)

OperationExecutor.GetContextInfo sınıfının yeni bir örneğini başlatır.

tarafından args desteklenen bağımsız değişkenler şunlardır:

contextType DbContext--Kullanılacak tür.

OperationExecutor.GetContextInfo(OperationExecutor, IOperationResultHandler, IDictionary)

Kaynak:
OperationExecutor.cs
Kaynak:
OperationExecutor.cs
Kaynak:
OperationExecutor.cs
Kaynak:
OperationExecutor.cs
Kaynak:
OperationExecutor.cs
Kaynak:
OperationExecutor.cs
Kaynak:
OperationExecutor.cs

OperationExecutor.GetContextInfo sınıfının yeni bir örneğini başlatır.

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)

Parametreler

executor
OperationExecutor

İşlem yürütücüsü.

args
IDictionary

İşlem bağımsız değişkenleri.

Açıklamalar

tarafından args desteklenen bağımsız değişkenler şunlardır:

contextType DbContext--Kullanılacak tür.

Şunlara uygulanır

OperationExecutor.GetContextInfo(OperationExecutor, Object, IDictionary)

Kaynak:
OperationExecutor.cs
Kaynak:
OperationExecutor.cs

OperationExecutor.GetContextInfo sınıfının yeni bir örneğini başlatır.

tarafından args desteklenen bağımsız değişkenler şunlardır:

contextType DbContext--Kullanılacak tür.

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)

Parametreler

executor
OperationExecutor

İşlem yürütücüsü.

args
IDictionary

İşlem bağımsız değişkenleri.

Şunlara uygulanır