DbException.DbBatchCommand Propriété
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.
En cas de substitution dans une classe dérivée, si cela DbException a été déclenché lors de l’exécution d’un DbBatch, référence le spécifique DbBatchCommand qui a déclenché l’exception.
protected:
virtual property System::Data::Common::DbBatchCommand ^ DbBatchCommand { System::Data::Common::DbBatchCommand ^ get(); };
protected virtual System.Data.Common.DbBatchCommand? DbBatchCommand { get; }
member this.DbBatchCommand : System.Data.Common.DbBatchCommand
Protected Overridable ReadOnly Property DbBatchCommand As DbBatchCommand
Valeur de propriété
Spécifique DbBatchCommand qui a déclenché l’exception.
Remarques
Si cela DbException n’a pas été levée lors de l’exécution d’un DbBatch, la valeur est null
.