DbException.DbBatchCommand Eigenschaft

Definition

Wenn dies DbException beim Überschreiben in einer abgeleiteten Klasse ausgelöst wurde, verweist DbBatchauf das Spezifische DbBatchCommand , das die Ausnahme ausgelöst hat.

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

Eigenschaftswert

Das Spezifische DbBatchCommand , das die Ausnahme ausgelöst hat.

Hinweise

Wenn dies DbException beim Ausführen eines DbBatchnicht ausgelöst wurde, lautet nullder Wert .

Gilt für: