AffectedCountModificationCommandBatch Oluşturucular

Tanım

Aşırı Yüklemeler

AffectedCountModificationCommandBatch(ModificationCommandBatchFactoryDependencies)

Yeni bir AffectedCountModificationCommandBatch örneği oluşturur.

AffectedCountModificationCommandBatch(IRelationalCommandBuilderFactory, ISqlGenerationHelper, IUpdateSqlGenerator, IRelationalValueBufferFactoryFactory)

Yeni bir AffectedCountModificationCommandBatch örneği oluşturur.

AffectedCountModificationCommandBatch(ModificationCommandBatchFactoryDependencies)

Yeni bir AffectedCountModificationCommandBatch örneği oluşturur.

protected AffectedCountModificationCommandBatch (Microsoft.EntityFrameworkCore.Update.ModificationCommandBatchFactoryDependencies dependencies);
new Microsoft.EntityFrameworkCore.Update.AffectedCountModificationCommandBatch : Microsoft.EntityFrameworkCore.Update.ModificationCommandBatchFactoryDependencies -> Microsoft.EntityFrameworkCore.Update.AffectedCountModificationCommandBatch
Protected Sub New (dependencies As ModificationCommandBatchFactoryDependencies)

Parametreler

dependencies
ModificationCommandBatchFactoryDependencies

Hizmet bağımlılıkları.

Şunlara uygulanır

AffectedCountModificationCommandBatch(IRelationalCommandBuilderFactory, ISqlGenerationHelper, IUpdateSqlGenerator, IRelationalValueBufferFactoryFactory)

Yeni bir AffectedCountModificationCommandBatch örneği oluşturur.

protected AffectedCountModificationCommandBatch (Microsoft.EntityFrameworkCore.Storage.IRelationalCommandBuilderFactory commandBuilderFactory, Microsoft.EntityFrameworkCore.Storage.ISqlGenerationHelper sqlGenerationHelper, Microsoft.EntityFrameworkCore.Update.IUpdateSqlGenerator updateSqlGenerator, Microsoft.EntityFrameworkCore.Storage.IRelationalValueBufferFactoryFactory valueBufferFactoryFactory);
new Microsoft.EntityFrameworkCore.Update.AffectedCountModificationCommandBatch : Microsoft.EntityFrameworkCore.Storage.IRelationalCommandBuilderFactory * Microsoft.EntityFrameworkCore.Storage.ISqlGenerationHelper * Microsoft.EntityFrameworkCore.Update.IUpdateSqlGenerator * Microsoft.EntityFrameworkCore.Storage.IRelationalValueBufferFactoryFactory -> Microsoft.EntityFrameworkCore.Update.AffectedCountModificationCommandBatch
Protected Sub New (commandBuilderFactory As IRelationalCommandBuilderFactory, sqlGenerationHelper As ISqlGenerationHelper, updateSqlGenerator As IUpdateSqlGenerator, valueBufferFactoryFactory As IRelationalValueBufferFactoryFactory)

Parametreler

commandBuilderFactory
IRelationalCommandBuilderFactory

Komutları derlemek için oluşturucu.

sqlGenerationHelper
ISqlGenerationHelper

Yeni nesil için SQL yardımcı.

updateSqlGenerator
IUpdateSqlGenerator

Ekleme, SQL ve silme komutları için bir komut oluşturucu.

valueBufferFactoryFactory
IRelationalValueBufferFactoryFactory

Veri okuyucudan okurken kullanılacak fabrikalar oluşturmak için bir ValueBuffer fabrika.

Şunlara uygulanır