Bagikan melalui


AffectedCountModificationCommandBatch.ThrowAggregateUpdateConcurrencyException Metode

Definisi

Overload

ThrowAggregateUpdateConcurrencyException(RelationalDataReader, Int32, Int32, Int32)

Memberikan pengecualian yang menunjukkan perintah memengaruhi jumlah baris yang tidak terduga.

ThrowAggregateUpdateConcurrencyException(Int32, Int32, Int32)

Memberikan pengecualian yang menunjukkan perintah memengaruhi jumlah baris yang tidak terduga.

ThrowAggregateUpdateConcurrencyException(RelationalDataReader, Int32, Int32, Int32)

Sumber:
AffectedCountModificationCommandBatch.cs
Sumber:
AffectedCountModificationCommandBatch.cs
Sumber:
AffectedCountModificationCommandBatch.cs

Memberikan pengecualian yang menunjukkan perintah memengaruhi jumlah baris yang tidak terduga.

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)

Parameter

reader
RelationalDataReader

Pembaca data.

commandIndex
Int32

Ordinal perintah.

expectedRowsAffected
Int32

Jumlah baris yang diharapkan terpengaruh.

rowsAffected
Int32

Jumlah baris aktual yang terpengaruh.

Berlaku untuk

ThrowAggregateUpdateConcurrencyException(Int32, Int32, Int32)

Sumber:
AffectedCountModificationCommandBatch.cs
Sumber:
AffectedCountModificationCommandBatch.cs
Sumber:
AffectedCountModificationCommandBatch.cs
Sumber:
AffectedCountModificationCommandBatch.cs
Sumber:
AffectedCountModificationCommandBatch.cs
Sumber:
AffectedCountModificationCommandBatch.cs

Memberikan pengecualian yang menunjukkan perintah memengaruhi jumlah baris yang tidak terduga.

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)

Parameter

commandIndex
Int32

Ordinal perintah.

expectedRowsAffected
Int32

Jumlah baris yang diharapkan terpengaruh.

rowsAffected
Int32

Jumlah baris aktual yang terpengaruh.

Berlaku untuk