Sdílet prostřednictvím


AffectedCountModificationCommandBatch.ConsumeResultSetWithPropagation Metoda

Definice

Přetížení

ConsumeResultSetWithPropagation(Int32, RelationalDataReader)

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

ConsumeResultSetWithPropagation(Int32, DbDataReader)

ConsumeResultSetWithPropagation(Int32, RelationalDataReader)

Zdroj:
AffectedCountModificationCommandBatch.cs
Zdroj:
AffectedCountModificationCommandBatch.cs
Zdroj:
AffectedCountModificationCommandBatch.cs
Zdroj:
AffectedCountModificationCommandBatch.cs
Zdroj:
AffectedCountModificationCommandBatch.cs
Zdroj:
AffectedCountModificationCommandBatch.cs

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

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

Parametry

commandIndex
Int32

Ordinál využívaného příkazu.

reader
RelationalDataReader

Čtečka dat.

Návraty

Ordinál dalšího příkazu, který musí být spotřebován.

Platí pro

ConsumeResultSetWithPropagation(Int32, DbDataReader)

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

Parametry

commandIndex
Int32
reader
DbDataReader

Návraty

Platí pro