Bagikan melalui


AffectedCountModificationCommandBatch Konstruktor

Definisi

Overload

AffectedCountModificationCommandBatch(ModificationCommandBatchFactoryDependencies)

Sumber:
AffectedCountModificationCommandBatch.cs
Sumber:
AffectedCountModificationCommandBatch.cs
Sumber:
AffectedCountModificationCommandBatch.cs
Sumber:
AffectedCountModificationCommandBatch.cs

Membuat instans baru AffectedCountModificationCommandBatch .

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)

Parameter

dependencies
ModificationCommandBatchFactoryDependencies

Dependensi layanan.

Berlaku untuk

AffectedCountModificationCommandBatch(ModificationCommandBatchFactoryDependencies, Nullable<Int32>)

Sumber:
AffectedCountModificationCommandBatch.cs
Sumber:
AffectedCountModificationCommandBatch.cs
Sumber:
AffectedCountModificationCommandBatch.cs

Membuat instans baru AffectedCountModificationCommandBatch .

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)

Parameter

dependencies
ModificationCommandBatchFactoryDependencies

Dependensi layanan.

maxBatchSize
Nullable<Int32>

Ukuran batch maksimum. Default ke 1000.

Berlaku untuk

AffectedCountModificationCommandBatch(IRelationalCommandBuilderFactory, ISqlGenerationHelper, IUpdateSqlGenerator, IRelationalValueBufferFactoryFactory)

Sumber:
AffectedCountModificationCommandBatch.cs
Sumber:
AffectedCountModificationCommandBatch.cs

Membuat instans baru AffectedCountModificationCommandBatch .

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)

Parameter

commandBuilderFactory
IRelationalCommandBuilderFactory

Penyusun untuk membangun perintah.

sqlGenerationHelper
ISqlGenerationHelper

Pembantu untuk generasi SQL.

updateSqlGenerator
IUpdateSqlGenerator

Generator SQL untuk menyisipkan, memperbarui, dan menghapus perintah.

valueBufferFactoryFactory
IRelationalValueBufferFactoryFactory

Pabrik untuk membuat pabrik untuk membuat ValueBufferyang akan digunakan saat membaca dari pembaca data.

Berlaku untuk