DbException.DbBatchCommand プロパティ

定義

派生クラスでオーバーライドされた場合、DbExceptionの実行時にこのDbBatchがスローされた場合は、例外をトリガーした特定のDbBatchCommandを参照します。

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

プロパティ値

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

注釈

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

適用対象