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

注釈

DbBatchの実行時にこのDbExceptionがスローされなかった場合は、nullが含まれます。

適用対象