DbException.BatchCommand Property

Definition

If this DbException was thrown when executing a DbBatch, references the specific DbBatchCommand which triggered the exception.

C#
public System.Data.Common.DbBatchCommand? BatchCommand { get; }

Property Value

The specific DbBatchCommand which triggered the exception.

Remarks

If this DbException wasn't thrown when executing a DbBatch, contains null.

Applies to

Product Versions
.NET 6, 7, 8, 9, 10