AffectedCountModificationCommandBatch.ThrowAggregateUpdateConcurrencyException(Int32, Int32, Int32) Yöntem

Tanım

Komutun beklenmeyen sayıda satırı etkileyeni belirten bir özel durum oluşturur.

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)

Parametreler

commandIndex
Int32

Komutun ordinal.

expectedRowsAffected
Int32

Etkilenen beklenen satır sayısı.

rowsAffected
Int32

Etkilenen gerçek satır sayısı.

Şunlara uygulanır