[]
A Microsoft.EntityFrameworkCore.Update.AffectedCountModificationCommandBatch for providers which append an SQL query to find out how many rows were affected. This type is typically used by database providers.
public class ModificationCommandBatchBase : AffectedCountModificationCommandBatch
Public Class ModificationCommandBatchBase
Inherits AffectedCountModificationCommandBatch
| Name | Description |
|---|---|
| ModificationCommandBatchBase(ModificationCommandBatchFactoryDependencies, int?) | Creates a new ModificationCommandBatchBase instance. |
| Name | Description |
|---|---|
| ConsumeResultSetWithRowsAffectedOnly(int, RelationalDataReader) | Consumes the data reader created by Microsoft.EntityFrameworkCore.Update.ReaderModificationCommandBatch.Execute(Microsoft.EntityFrameworkCore.Storage.IRelationalConnection) without propagating values back into the Microsoft.EntityFrameworkCore.Update.ModificationCommand. |
| IsValid() | Validate the command text. |