AffectedCountModificationCommandBatch Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
AffectedCountModificationCommandBatch(ModificationCommandBatchFactoryDependencies)
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>)
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.
Gilt für:
AffectedCountModificationCommandBatch(IRelationalCommandBuilderFactory, ISqlGenerationHelper, IUpdateSqlGenerator, IRelationalValueBufferFactoryFactory)
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:
Entity Framework