OperationExecutor.ScriptDbContext Sınıf

Tanım

DbContext'ten SQL betiği oluşturma işlemini temsil eder.

public class OperationExecutor.ScriptDbContext : Microsoft.EntityFrameworkCore.Design.OperationExecutor.OperationBase
type OperationExecutor.ScriptDbContext = class
    inherit OperationExecutor.OperationBase
Public Class OperationExecutor.ScriptDbContext
Inherits OperationExecutor.OperationBase
Devralma
OperationExecutor.ScriptDbContext

Oluşturucular

OperationExecutor.ScriptDbContext(OperationExecutor, IOperationResultHandler, IDictionary)

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

Yöntemler

Execute(Action)

özel durumları öğesine IOperationResultHandlergeçirerek bir eylem yürütür.

(Devralındığı yer: OperationExecutor.OperationBase)
Execute<T>(Func<IEnumerable<T>>)

sonuçları veya özel durumları IOperationResultHandleröğesine geçiren bir eylem yürütür.

(Devralındığı yer: OperationExecutor.OperationBase)
Execute<T>(Func<T>)

Sonucu veya özel durumları öğesine geçiren bir eylem yürütür IOperationResultHandler.

(Devralındığı yer: OperationExecutor.OperationBase)

Şunlara uygulanır