[]
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.
protected override int ConsumeResultSetWithRowsAffectedOnly(int commandIndex, RelationalDataReader reader)
Protected Overrides Function ConsumeResultSetWithRowsAffectedOnly(commandIndex As Integer, reader As RelationalDataReader) As Integer
| Type | Name | Description |
|---|---|---|
| int | commandIndex | The ordinal of the command being consumed. |
| RelationalDataReader | reader | The data reader. |
| Type | Description |
|---|---|
| int | The ordinal of the next command that must be consumed. |