DbException.BatchCommand Proprietà

Definizione

Se l'eccezione DbException è stata generata durante l'esecuzione di , DbBatchfa riferimento all'eccezione specifica DbBatchCommand che ha attivato l'eccezione.

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

Valore della proprietà

Specifica DbBatchCommand che ha attivato l'eccezione.

Commenti

DbException Se non è stato generato durante l'esecuzione di un DbBatchoggetto , contiene null.

Si applica a