DbException.DbBatchCommand Propriedade

Definição

Quando sobrescrito numa classe derivada, se isto DbException foi lançado ao executar uma DbBatch, refere-se ao específico DbBatchCommand que desencadeou 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 de Propriedade

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

Observações

Se isto DbException não foi lançado ao executar um DbBatch, o valor é null.

Aplica-se a