DbException.BatchCommand Eigenschaft

Definition

Wenn dies DbException beim Ausführen eines DbBatchausgelöst wurde, verweist auf das Spezifische DbBatchCommand , das die Ausnahme ausgelöst hat.

public:
 property System::Data::Common::DbBatchCommand ^ BatchCommand { System::Data::Common::DbBatchCommand ^ get(); };
public System.Data.Common.DbBatchCommand? BatchCommand { get; }
member this.BatchCommand : System.Data.Common.DbBatchCommand
Public ReadOnly Property BatchCommand As DbBatchCommand

Eigenschaftswert

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

Hinweise

Wenn dies DbException beim Ausführen von DbBatchnicht ausgelöst wurde, enthält null.

Gilt für: