Udostępnij za pośrednictwem


AffectedCountModificationCommandBatch Konstruktory

Definicja

Przeciążenia

AffectedCountModificationCommandBatch(ModificationCommandBatchFactoryDependencies)

Tworzy nowe wystąpienie klasy AffectedCountModificationCommandBatch.

AffectedCountModificationCommandBatch(ModificationCommandBatchFactoryDependencies, Nullable<Int32>)

Tworzy nowe wystąpienie klasy AffectedCountModificationCommandBatch.

AffectedCountModificationCommandBatch(IRelationalCommandBuilderFactory, ISqlGenerationHelper, IUpdateSqlGenerator, IRelationalValueBufferFactoryFactory)

Tworzy nowe wystąpienie klasy AffectedCountModificationCommandBatch.

AffectedCountModificationCommandBatch(ModificationCommandBatchFactoryDependencies)

Źródło:
AffectedCountModificationCommandBatch.cs
Źródło:
AffectedCountModificationCommandBatch.cs
Źródło:
AffectedCountModificationCommandBatch.cs
Źródło:
AffectedCountModificationCommandBatch.cs

Tworzy nowe wystąpienie klasy 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

Zależności usług.

Dotyczy

AffectedCountModificationCommandBatch(ModificationCommandBatchFactoryDependencies, Nullable<Int32>)

Źródło:
AffectedCountModificationCommandBatch.cs
Źródło:
AffectedCountModificationCommandBatch.cs
Źródło:
AffectedCountModificationCommandBatch.cs

Tworzy nowe wystąpienie klasy 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

Zależności usług.

maxBatchSize
Nullable<Int32>

Maksymalny rozmiar partii. Wartość domyślna to 1000.

Dotyczy

AffectedCountModificationCommandBatch(IRelationalCommandBuilderFactory, ISqlGenerationHelper, IUpdateSqlGenerator, IRelationalValueBufferFactoryFactory)

Źródło:
AffectedCountModificationCommandBatch.cs
Źródło:
AffectedCountModificationCommandBatch.cs

Tworzy nowe wystąpienie klasy 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

Konstruktor do kompilowania poleceń.

sqlGenerationHelper
ISqlGenerationHelper

Pomocnik do generowania kodu SQL.

updateSqlGenerator
IUpdateSqlGenerator

Generator SQL do wstawiania, aktualizowania i usuwania poleceń.

valueBufferFactoryFactory
IRelationalValueBufferFactoryFactory

Fabryka do tworzenia fabryk do tworzenia ValueBufferelementów do użycia podczas odczytywania z czytnika danych.

Dotyczy