DbException.DbBatchCommand Proprietà

Definizione

Quando viene eseguito l'override in una classe derivata, se viene DbException generata durante l'esecuzione di un DbBatchoggetto , fa 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à

Specifica DbBatchCommand che ha attivato l'eccezione.

Commenti

Se non DbException è stato generato durante l'esecuzione di un DbBatchoggetto , il valore è null.

Si applica a