DbException.DbBatchCommand Property

Definition

When overridden in a derived class, if this DbException was thrown when executing a DbBatch, references the specific DbBatchCommand which triggered the exception.

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

Property Value

The specific DbBatchCommand which triggered the exception.

Remarks

If this DbException wasn't thrown when executing a DbBatch, the value is null.

Applies to