Share via


DbException.BatchCommand Properti

Definisi

Jika ini DbException dilemparkan saat mengeksekusi , mereferensikan DbBatchspesifik DbBatchCommand yang memicu pengecualian.

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

Nilai Properti

DbBatchCommand Spesifik yang memicu pengecualian.

Keterangan

Jika ini DbException tidak dilemparkan saat mengeksekusi DbBatch, berisi null.

Berlaku untuk