Sdílet prostřednictvím


AffectedCountModificationCommandBatch.ThrowAggregateUpdateConcurrencyException Metoda

Definice

Přetížení

ThrowAggregateUpdateConcurrencyException(RelationalDataReader, Int32, Int32, Int32)

Vyvolá výjimku, která značí, že příkaz ovlivnil neočekávaný počet řádků.

ThrowAggregateUpdateConcurrencyException(Int32, Int32, Int32)

Vyvolá výjimku, která značí, že příkaz ovlivnil neočekávaný počet řádků.

ThrowAggregateUpdateConcurrencyException(RelationalDataReader, Int32, Int32, Int32)

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

Vyvolá výjimku, která značí, že příkaz ovlivnil neočekávaný počet řádků.

protected virtual void ThrowAggregateUpdateConcurrencyException (Microsoft.EntityFrameworkCore.Storage.RelationalDataReader reader, int commandIndex, int expectedRowsAffected, int rowsAffected);
abstract member ThrowAggregateUpdateConcurrencyException : Microsoft.EntityFrameworkCore.Storage.RelationalDataReader * int * int * int -> unit
override this.ThrowAggregateUpdateConcurrencyException : Microsoft.EntityFrameworkCore.Storage.RelationalDataReader * int * int * int -> unit
Protected Overridable Sub ThrowAggregateUpdateConcurrencyException (reader As RelationalDataReader, commandIndex As Integer, expectedRowsAffected As Integer, rowsAffected As Integer)

Parametry

reader
RelationalDataReader

Čtečka dat.

commandIndex
Int32

Pořadové číslo příkazu.

expectedRowsAffected
Int32

Očekávaný počet ovlivněných řádků

rowsAffected
Int32

Skutečný počet ovlivněných řádků

Platí pro

ThrowAggregateUpdateConcurrencyException(Int32, Int32, Int32)

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

Vyvolá výjimku, která značí, že příkaz ovlivnil neočekávaný počet řádků.

protected virtual void ThrowAggregateUpdateConcurrencyException (int commandIndex, int expectedRowsAffected, int rowsAffected);
abstract member ThrowAggregateUpdateConcurrencyException : int * int * int -> unit
override this.ThrowAggregateUpdateConcurrencyException : int * int * int -> unit
Protected Overridable Sub ThrowAggregateUpdateConcurrencyException (commandIndex As Integer, expectedRowsAffected As Integer, rowsAffected As Integer)

Parametry

commandIndex
Int32

Pořadové číslo příkazu.

expectedRowsAffected
Int32

Očekávaný počet ovlivněných řádků

rowsAffected
Int32

Skutečný počet ovlivněných řádků

Platí pro