Sdílet prostřednictvím


AffectedCountModificationCommandBatch.ConsumeResultSetWithRowsAffectedOnly Metoda

Definice

Využívá čtečku dat vytvořenou nástrojem , aniž Execute(IRelationalConnection) by se hodnoty šířily zpět do objektu ModificationCommand.

protected virtual int ConsumeResultSetWithRowsAffectedOnly (int commandIndex, Microsoft.EntityFrameworkCore.Storage.RelationalDataReader reader);
abstract member ConsumeResultSetWithRowsAffectedOnly : int * Microsoft.EntityFrameworkCore.Storage.RelationalDataReader -> int
override this.ConsumeResultSetWithRowsAffectedOnly : int * Microsoft.EntityFrameworkCore.Storage.RelationalDataReader -> int
Protected Overridable Function ConsumeResultSetWithRowsAffectedOnly (commandIndex As Integer, reader As RelationalDataReader) As Integer

Parametry

commandIndex
Int32

Ordinal of the command being consumed.

reader
RelationalDataReader

Čtečka dat.

Návraty

Pořadové číslo dalšího příkazu, který se musí použít.

Platí pro