DbException.BatchCommand プロパティ

定義

を実行するときにこれが DbException スローされた場合は、 DbBatch例外をトリガーした特定 DbBatchCommand の を参照します。

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

プロパティ値

例外をトリガーした特定 DbBatchCommand の 。

注釈

を実行するときにこれが DbException スローされなかった場合は、 DbBatchが含まれます null

適用対象