AffectedCountModificationCommandBatch.ConsumeResultSet Method

Definition

Consumes the data reader created by Execute(IRelationalConnection), propagating values back into the ModificationCommand.

C#
protected virtual int ConsumeResultSet (int startCommandIndex, Microsoft.EntityFrameworkCore.Storage.RelationalDataReader reader);

Parameters

startCommandIndex
Int32

The ordinal of the first command being consumed.

reader
RelationalDataReader

The data reader.

Returns

The ordinal of the next result set that must be consumed.

Applies to

Product Versions
Entity Framework Core 7.0, 8.0, 9.0