AffectedCountModificationCommandBatch.ThrowAggregateUpdateConcurrencyException Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
ThrowAggregateUpdateConcurrencyException(RelationalDataReader, Int32, Int32, Int32) |
Lève une exception indiquant que la commande a affecté un nombre inattendu de lignes. |
ThrowAggregateUpdateConcurrencyException(Int32, Int32, Int32) |
Lève une exception indiquant que la commande a affecté un nombre inattendu de lignes. |
ThrowAggregateUpdateConcurrencyException(RelationalDataReader, Int32, Int32, Int32)
Lève une exception indiquant que la commande a affecté un nombre inattendu de lignes.
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)
Paramètres
- reader
- RelationalDataReader
Lecteur de données.
- commandIndex
- Int32
Ordinal de la commande.
- expectedRowsAffected
- Int32
Nombre attendu de lignes affectées.
- rowsAffected
- Int32
Nombre réel de lignes affectées.
S’applique à
ThrowAggregateUpdateConcurrencyException(Int32, Int32, Int32)
Lève une exception indiquant que la commande a affecté un nombre inattendu de lignes.
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)
Paramètres
- commandIndex
- Int32
Ordinal de la commande.
- expectedRowsAffected
- Int32
Nombre attendu de lignes affectées.
- rowsAffected
- Int32
Nombre réel de lignes affectées.