Sdílet prostřednictvím


AffectedCountModificationCommandBatch Konstruktory

Definice

Přetížení

AffectedCountModificationCommandBatch(ModificationCommandBatchFactoryDependencies)

Vytvoří novou instanci sloupce AffectedCountModificationCommandBatch.

AffectedCountModificationCommandBatch(ModificationCommandBatchFactoryDependencies, Nullable<Int32>)

Vytvoří novou instanci sloupce AffectedCountModificationCommandBatch.

AffectedCountModificationCommandBatch(IRelationalCommandBuilderFactory, ISqlGenerationHelper, IUpdateSqlGenerator, IRelationalValueBufferFactoryFactory)

Vytvoří novou instanci sloupce AffectedCountModificationCommandBatch.

AffectedCountModificationCommandBatch(ModificationCommandBatchFactoryDependencies)

Zdroj:
AffectedCountModificationCommandBatch.cs
Zdroj:
AffectedCountModificationCommandBatch.cs
Zdroj:
AffectedCountModificationCommandBatch.cs
Zdroj:
AffectedCountModificationCommandBatch.cs

Vytvoří novou instanci sloupce 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)

Parametry

dependencies
ModificationCommandBatchFactoryDependencies

Závislosti služeb.

Platí pro

AffectedCountModificationCommandBatch(ModificationCommandBatchFactoryDependencies, Nullable<Int32>)

Zdroj:
AffectedCountModificationCommandBatch.cs
Zdroj:
AffectedCountModificationCommandBatch.cs
Zdroj:
AffectedCountModificationCommandBatch.cs

Vytvoří novou instanci sloupce 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)

Parametry

dependencies
ModificationCommandBatchFactoryDependencies

Závislosti služeb.

maxBatchSize
Nullable<Int32>

Maximální velikost dávky Výchozí hodnota je 1000.

Platí pro

AffectedCountModificationCommandBatch(IRelationalCommandBuilderFactory, ISqlGenerationHelper, IUpdateSqlGenerator, IRelationalValueBufferFactoryFactory)

Zdroj:
AffectedCountModificationCommandBatch.cs
Zdroj:
AffectedCountModificationCommandBatch.cs

Vytvoří novou instanci sloupce 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)

Parametry

commandBuilderFactory
IRelationalCommandBuilderFactory

Tvůrce pro sestavení příkazů.

sqlGenerationHelper
ISqlGenerationHelper

Pomocná rutina pro generování SQL.

updateSqlGenerator
IUpdateSqlGenerator

Generátor SQL pro příkazy insert, update a delete.

valueBufferFactoryFactory
IRelationalValueBufferFactoryFactory

Továrna pro vytváření továren pro vytváření ValueBufferobjektů, které se použijí při čtení ze čtečky dat.

Platí pro