AffectedCountModificationCommandBatch Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A ReaderModificationCommandBatch for providers which return values to find out how many rows were affected.
This type is typically used by database providers; it is generally not used in application code.
public abstract class AffectedCountModificationCommandBatch : Microsoft.EntityFrameworkCore.Update.ReaderModificationCommandBatch
type AffectedCountModificationCommandBatch = class
inherit ReaderModificationCommandBatch
Public MustInherit Class AffectedCountModificationCommandBatch
Inherits ReaderModificationCommandBatch
- Inheritance
-
AffectedCountModificationCommandBatch
- Derived
Remarks
See Implementation of database providers and extensions for more information and examples.
Constructors
Properties
AreMoreBatchesExpected |
Indicates whether more batches are expected after this one. (Inherited from ReaderModificationCommandBatch) |
CachedCommandText |
Gets or sets the cached command text for the commands in the batch. (Inherited from ReaderModificationCommandBatch) |
CommandResultSet |
The ResultSetMappings for each command in ModificationCommands. (Inherited from ReaderModificationCommandBatch) |
Dependencies |
Relational provider-specific dependencies for this service. (Inherited from ReaderModificationCommandBatch) |
IsCommandTextEmpty |
Whether any SQL has already been added to the batch command text. (Inherited from ReaderModificationCommandBatch) |
LastCachedCommandIndex |
The ordinal of the last command for which command text was built. (Inherited from ReaderModificationCommandBatch) |
MaxBatchSize |
The maximum number of ModificationCommand instances that can be added to a single batch. (Inherited from ReaderModificationCommandBatch) |
ModificationCommands |
The list of conceptual insert/update/delete ModificationCommandss in the batch. (Inherited from ReaderModificationCommandBatch) |
ParameterValues |
Gets the parameter values for the commands in the batch. (Inherited from ReaderModificationCommandBatch) |
RelationalCommandBuilder |
Gets the relational command builder for the commands in the batch. (Inherited from ReaderModificationCommandBatch) |
RequiresTransaction |
Indicates whether the batch requires a transaction in order to execute correctly. (Inherited from ReaderModificationCommandBatch) |
ResultSetMappings |
The ResultSetMappings for each command in ModificationCommands. (Inherited from ReaderModificationCommandBatch) |
SqlBuilder |
Gets the command text builder for the commands in the batch. (Inherited from ReaderModificationCommandBatch) |
SqlGenerationHelper |
A helper for SQL generation. (Inherited from ReaderModificationCommandBatch) |
StoreCommand |
The store command generated from this batch when Complete(Boolean) is called. (Inherited from ReaderModificationCommandBatch) |
UpdateSqlGenerator |
The update SQL generator. (Inherited from ReaderModificationCommandBatch) |
Methods
Applies to
Entity Framework