DbException.DbBatchCommand Propriedade

Definição

Quando substituído em uma classe derivada, se isso DbException foi gerado ao executar um DbBatch, faz referência ao específico DbBatchCommand que disparou a exceção.

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

Valor da propriedade

O específico DbBatchCommand que disparou a exceção.

Comentários

Se isso DbException não tiver sido gerado ao executar um DbBatch, o valor será null.

Aplica-se a