SqlExecutionException.Commands プロパティ

定義

例外が発生したときに実行される SQL コマンドを取得します。

public:
 property System::String ^ Commands { System::String ^ get(); };
public string Commands { get; }
member this.Commands : string
Public ReadOnly Property Commands As String

プロパティ値

例外が発生したときに実行される SQL コマンド。

適用対象