AffectedCountModificationCommandBatch.ConsumeResultSetWithoutPropagation Metoda

Definice

Přetížení

ConsumeResultSetWithoutPropagation(Int32, DbDataReader)
ConsumeResultSetWithoutPropagation(Int32, RelationalDataReader)

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

ConsumeResultSetWithoutPropagation(Int32, DbDataReader)

protected virtual int ConsumeResultSetWithoutPropagation (int commandIndex, System.Data.Common.DbDataReader reader);
abstract member ConsumeResultSetWithoutPropagation : int * System.Data.Common.DbDataReader -> int
override this.ConsumeResultSetWithoutPropagation : int * System.Data.Common.DbDataReader -> int
Protected Overridable Function ConsumeResultSetWithoutPropagation (commandIndex As Integer, reader As DbDataReader) As Integer

Parametry

commandIndex
Int32
reader
DbDataReader

Návraty

Platí pro

ConsumeResultSetWithoutPropagation(Int32, RelationalDataReader)

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

protected virtual int ConsumeResultSetWithoutPropagation (int commandIndex, Microsoft.EntityFrameworkCore.Storage.RelationalDataReader reader);
abstract member ConsumeResultSetWithoutPropagation : int * Microsoft.EntityFrameworkCore.Storage.RelationalDataReader -> int
override this.ConsumeResultSetWithoutPropagation : int * Microsoft.EntityFrameworkCore.Storage.RelationalDataReader -> int
Protected Overridable Function ConsumeResultSetWithoutPropagation (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