次の方法で共有


RowUpdatedEventArgs.StatementType プロパティ

実行された SQL ステートメントの種類を取得します。

Public ReadOnly Property StatementType As StatementType
[C#]
public StatementType StatementType {get;}
[C++]
public: __property StatementType get_StatementType();
[JScript]
public function get StatementType() : StatementType;

プロパティ値

実行された SQL ステートメントの種類。

解説

StatementType は、次のいずれかの値になります。

  • Select
  • Insert
  • Update
  • Delete

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET

参照

RowUpdatedEventArgs クラス | RowUpdatedEventArgs メンバ | System.Data.Common 名前空間