DbException.BatchCommand Properti

Definisi

Jika ini DbException dilemparkan saat menjalankan , 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

Spesifik DbBatchCommand yang memicu pengecualian.

Keterangan

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

Berlaku untuk