Freigeben über


AffectedCountModificationCommandBatch Konstruktoren

Definition

Überlädt

AffectedCountModificationCommandBatch(ModificationCommandBatchFactoryDependencies)

Erstellt eine neue AffectedCountModificationCommandBatch-Instanz.

AffectedCountModificationCommandBatch(ModificationCommandBatchFactoryDependencies, Nullable<Int32>)

Erstellt eine neue AffectedCountModificationCommandBatch-Instanz.

AffectedCountModificationCommandBatch(IRelationalCommandBuilderFactory, ISqlGenerationHelper, IUpdateSqlGenerator, IRelationalValueBufferFactoryFactory)

Erstellt eine neue AffectedCountModificationCommandBatch-Instanz.

AffectedCountModificationCommandBatch(ModificationCommandBatchFactoryDependencies)

Quelle:
AffectedCountModificationCommandBatch.cs
Quelle:
AffectedCountModificationCommandBatch.cs
Quelle:
AffectedCountModificationCommandBatch.cs
Quelle:
AffectedCountModificationCommandBatch.cs

Erstellt eine neue AffectedCountModificationCommandBatch-Instanz.

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

Dienstabhängigkeiten.

Gilt für:

AffectedCountModificationCommandBatch(ModificationCommandBatchFactoryDependencies, Nullable<Int32>)

Quelle:
AffectedCountModificationCommandBatch.cs
Quelle:
AffectedCountModificationCommandBatch.cs
Quelle:
AffectedCountModificationCommandBatch.cs

Erstellt eine neue AffectedCountModificationCommandBatch-Instanz.

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

Dienstabhängigkeiten.

maxBatchSize
Nullable<Int32>

Die maximale Batchgröße. Der Standardwert ist 1.000.

Gilt für:

AffectedCountModificationCommandBatch(IRelationalCommandBuilderFactory, ISqlGenerationHelper, IUpdateSqlGenerator, IRelationalValueBufferFactoryFactory)

Quelle:
AffectedCountModificationCommandBatch.cs
Quelle:
AffectedCountModificationCommandBatch.cs

Erstellt eine neue AffectedCountModificationCommandBatch-Instanz.

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

Der Generator zum Erstellen von Befehlen.

sqlGenerationHelper
ISqlGenerationHelper

Ein Hilfsprogramm für die SQL-Generierung.

updateSqlGenerator
IUpdateSqlGenerator

Ein SQL-Generator zum Einfügen, Aktualisieren und Löschen von Befehlen.

valueBufferFactoryFactory
IRelationalValueBufferFactoryFactory

Eine Factory zum Erstellen von Fabriken zum Erstellen von ValueBuffers, die beim Lesen aus dem Datenleser verwendet werden sollen.

Gilt für: