AffectedCountModificationCommandBatch.ConsumeResultSetWithPropagation Método

Definición

Sobrecargas

ConsumeResultSetWithPropagation(Int32, RelationalDataReader)

Consume el lector de datos creado por Execute(IRelationalConnection), propagando valores de nuevo a ModificationCommand.

ConsumeResultSetWithPropagation(Int32, DbDataReader)

ConsumeResultSetWithPropagation(Int32, RelationalDataReader)

Consume el lector de datos creado por Execute(IRelationalConnection), propagando valores de nuevo a 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

Parámetros

commandIndex
Int32

Ordinal del comando que se va a consumir.

reader
RelationalDataReader

Lector de datos.

Devoluciones

Ordinal del siguiente comando que se debe consumir.

Se aplica a

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

Parámetros

commandIndex
Int32
reader
DbDataReader

Devoluciones

Se aplica a