DbException.DbBatchCommand Propiedad

Definición

Cuando se invalida en una clase derivada, si se produjo al DbException ejecutar un DbBatch, hace referencia al específico DbBatchCommand que desencadenó la excepción.

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 propiedad

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

Comentarios

DbException Si esto no se produjo al ejecutar , DbBatchel valor es null.

Se aplica a