Class SingularModificationCommandBatch
- Namespace
- Microsoft.EntityFrameworkCore.Update
- Assembly
- Microsoft.EntityFrameworkCore.Relational.dll
An implementation of AffectedCountModificationCommandBatch that does not support batching by limiting the number of commands in the batch to one.
This type is typically used by database providers; it is generally not used in application code.
public class SingularModificationCommandBatch : AffectedCountModificationCommandBatch
- Inheritance
-
SingularModificationCommandBatch
- Inherited Members
Remarks
See Implementation of database providers and extensions for more information and examples.
Constructors
SingularModificationCommandBatch(ModificationCommandBatchFactoryDependencies)
Creates a new SingularModificationCommandBatch instance.
public SingularModificationCommandBatch(ModificationCommandBatchFactoryDependencies dependencies)
Parameters
dependencies
ModificationCommandBatchFactoryDependenciesService dependencies.