DbException.DbBatchCommand Propriété

Définition

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.

S’applique à