DbException.BatchCommand Propriedade

Definição

Se isso DbException tiver sido gerado ao executar um DbBatch, referencia o específico DbBatchCommand que disparou a exceção.

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

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, conterá null.

Aplica-se a