Aracılığıyla paylaş


AffectedCountModificationCommandBatch Oluşturucular

Tanım

Aşırı Yüklemeler

AffectedCountModificationCommandBatch(ModificationCommandBatchFactoryDependencies)

Kaynak:
AffectedCountModificationCommandBatch.cs
Kaynak:
AffectedCountModificationCommandBatch.cs
Kaynak:
AffectedCountModificationCommandBatch.cs
Kaynak:
AffectedCountModificationCommandBatch.cs

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(ModificationCommandBatchFactoryDependencies, Nullable<Int32>)

Kaynak:
AffectedCountModificationCommandBatch.cs
Kaynak:
AffectedCountModificationCommandBatch.cs
Kaynak:
AffectedCountModificationCommandBatch.cs

Yeni bir AffectedCountModificationCommandBatch örneği oluşturur.

protected AffectedCountModificationCommandBatch(Microsoft.EntityFrameworkCore.Update.ModificationCommandBatchFactoryDependencies dependencies, int? maxBatchSize = default);
new Microsoft.EntityFrameworkCore.Update.AffectedCountModificationCommandBatch : Microsoft.EntityFrameworkCore.Update.ModificationCommandBatchFactoryDependencies * Nullable<int> -> Microsoft.EntityFrameworkCore.Update.AffectedCountModificationCommandBatch
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

AffectedCountModificationCommandBatch(IRelationalCommandBuilderFactory, ISqlGenerationHelper, IUpdateSqlGenerator, IRelationalValueBufferFactoryFactory)

Kaynak:
AffectedCountModificationCommandBatch.cs
Kaynak:
AffectedCountModificationCommandBatch.cs

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

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