ReaderModificationCommandBatch Oluşturucular

Tanım

Aşırı Yüklemeler

ReaderModificationCommandBatch(ModificationCommandBatchFactoryDependencies)

Yeni bir ReaderModificationCommandBatch örneği oluşturur.

ReaderModificationCommandBatch(ModificationCommandBatchFactoryDependencies, Nullable<Int32>)

Yeni bir ReaderModificationCommandBatch örneği oluşturur.

ReaderModificationCommandBatch(IRelationalCommandBuilderFactory, ISqlGenerationHelper, IUpdateSqlGenerator, IRelationalValueBufferFactoryFactory)

Yeni bir ReaderModificationCommandBatch örneği oluşturur.

ReaderModificationCommandBatch(ModificationCommandBatchFactoryDependencies)

Yeni bir ReaderModificationCommandBatch örneği oluşturur.

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

Parametreler

dependencies
ModificationCommandBatchFactoryDependencies

Hizmet bağımlılıkları.

Şunlara uygulanır

ReaderModificationCommandBatch(ModificationCommandBatchFactoryDependencies, Nullable<Int32>)

Yeni bir ReaderModificationCommandBatch örneği oluşturur.

protected ReaderModificationCommandBatch (Microsoft.EntityFrameworkCore.Update.ModificationCommandBatchFactoryDependencies dependencies, int? maxBatchSize = default);
new Microsoft.EntityFrameworkCore.Update.ReaderModificationCommandBatch : Microsoft.EntityFrameworkCore.Update.ModificationCommandBatchFactoryDependencies * Nullable<int> -> Microsoft.EntityFrameworkCore.Update.ReaderModificationCommandBatch
Protected Sub New (dependencies As ModificationCommandBatchFactoryDependencies, Optional maxBatchSize As Nullable(Of Integer) = Nothing)

Parametreler

dependencies
ModificationCommandBatchFactoryDependencies

Hizmet bağımlılıkları.

maxBatchSize
Nullable<Int32>

En büyük toplu iş boyutu. Varsayılan değer 1000'tir.

Şunlara uygulanır

ReaderModificationCommandBatch(IRelationalCommandBuilderFactory, ISqlGenerationHelper, IUpdateSqlGenerator, IRelationalValueBufferFactoryFactory)

Yeni bir ReaderModificationCommandBatch örneği oluşturur.

protected ReaderModificationCommandBatch (Microsoft.EntityFrameworkCore.Storage.IRelationalCommandBuilderFactory commandBuilderFactory, Microsoft.EntityFrameworkCore.Storage.ISqlGenerationHelper sqlGenerationHelper, Microsoft.EntityFrameworkCore.Update.IUpdateSqlGenerator updateSqlGenerator, Microsoft.EntityFrameworkCore.Storage.IRelationalValueBufferFactoryFactory valueBufferFactoryFactory);
new Microsoft.EntityFrameworkCore.Update.ReaderModificationCommandBatch : Microsoft.EntityFrameworkCore.Storage.IRelationalCommandBuilderFactory * Microsoft.EntityFrameworkCore.Storage.ISqlGenerationHelper * Microsoft.EntityFrameworkCore.Update.IUpdateSqlGenerator * Microsoft.EntityFrameworkCore.Storage.IRelationalValueBufferFactoryFactory -> Microsoft.EntityFrameworkCore.Update.ReaderModificationCommandBatch
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

SQL oluşturma için bir yardımcı.

updateSqlGenerator
IUpdateSqlGenerator

Ekleme, güncelleştirme ve silme komutları için bir SQL oluşturucu.

valueBufferFactoryFactory
IRelationalValueBufferFactoryFactory

Veri okuyucudan okurken kullanılacak fabrikalar oluşturmaya ValueBufferyönelik bir fabrika.

Şunlara uygulanır