RowUpdatingEventArgs.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
参照
RowUpdatingEventArgs クラス | RowUpdatingEventArgs メンバ | System.Data.Common 名前空間