DbException.DbBatchCommand Proprietà

Definizione

Quando sottoposto a override in una classe derivata, se questo DbException viene generato durante l'esecuzione di , DbBatchfa riferimento all'eccezione specifica DbBatchCommand che ha attivato l'eccezione.

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

Valore della proprietà

DbBatchCommand Specifica che ha attivato l'eccezione.

Commenti

Se questo DbException non è stato generato durante l'esecuzione di , DbBatchil valore è null.

Si applica a