[]
        
(Showing Draft Content)

C1.EntityFrameworkCore.Update.ModificationCommandBatchBase.ConsumeResultSetWithRowsAffectedOnly

ConsumeResultSetWithRowsAffectedOnly Method

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.

Declaration
protected override int ConsumeResultSetWithRowsAffectedOnly(int commandIndex, RelationalDataReader reader)
Protected Overrides Function ConsumeResultSetWithRowsAffectedOnly(commandIndex As Integer, reader As RelationalDataReader) As Integer
Parameters
Type Name Description
int commandIndex

The ordinal of the command being consumed.

RelationalDataReader reader

The data reader.

Returns
Type Description
int

The ordinal of the next command that must be consumed.