次の方法で共有


AffectedCountModificationCommandBatch コンストラクター

定義

オーバーロード

AffectedCountModificationCommandBatch(ModificationCommandBatchFactoryDependencies)

新しい AffectedCountModificationCommandBatch のインスタンスを作成します。

AffectedCountModificationCommandBatch(ModificationCommandBatchFactoryDependencies, Nullable<Int32>)

新しい AffectedCountModificationCommandBatch のインスタンスを作成します。

AffectedCountModificationCommandBatch(IRelationalCommandBuilderFactory, ISqlGenerationHelper, IUpdateSqlGenerator, IRelationalValueBufferFactoryFactory)

新しい AffectedCountModificationCommandBatch のインスタンスを作成します。

AffectedCountModificationCommandBatch(ModificationCommandBatchFactoryDependencies)

新しい 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)

パラメーター

dependencies
ModificationCommandBatchFactoryDependencies

サービスの依存関係。

適用対象

AffectedCountModificationCommandBatch(ModificationCommandBatchFactoryDependencies, Nullable<Int32>)

新しい 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)

パラメーター

dependencies
ModificationCommandBatchFactoryDependencies

サービスの依存関係。

maxBatchSize
Nullable<Int32>

最大バッチ サイズ。 既定値は 1000 です。

適用対象

AffectedCountModificationCommandBatch(IRelationalCommandBuilderFactory, ISqlGenerationHelper, IUpdateSqlGenerator, IRelationalValueBufferFactoryFactory)

新しい 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)

パラメーター

commandBuilderFactory
IRelationalCommandBuilderFactory

コマンドをビルドするビルダー。

sqlGenerationHelper
ISqlGenerationHelper

SQL 生成のヘルパー。

updateSqlGenerator
IUpdateSqlGenerator

挿入、更新、および削除コマンド用の SQL ジェネレーター。

valueBufferFactoryFactory
IRelationalValueBufferFactoryFactory

データ リーダーから読み取るときに使用する を作成するためのファクトリを作成 ValueBufferするためのファクトリ。

適用対象