DbException.BatchCommand Propiedad

Definición

Si se produjo al DbException ejecutar un DbBatchobjeto , hace referencia al elemento específico DbBatchCommand que desencadenó la excepción.

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 de propiedad

Específico DbBatchCommand que desencadenó la excepción.

Comentarios

DbException Si esto no se produjo al ejecutar un DbBatchobjeto , contiene null.

Se aplica a