Specifies the type of SQL query to be used by the OleDbRowUpdatedEventArgs, OleDbRowUpdatingEventArgs, SqlRowUpdatedEventArgs, or SqlRowUpdatingEventArgs class.
[Visual Basic] <Serializable> Public Enum StatementType [C#] [Serializable] public enum StatementType [C++] [Serializable] __value public enum StatementType [JScript] public Serializable enum StatementType
| Member name | Description |
|---|---|
| Delete
Supported by the .NET Compact Framework. |
An SQL query that is a DELETE statement. |
| Insert
Supported by the .NET Compact Framework. |
An SQL query that is an INSERT statement. |
| Select
Supported by the .NET Compact Framework. |
An SQL query that is a SELECT statement. |
| Update
Supported by the .NET Compact Framework. |
An SQL query that is an UPDATE statement. |
Namespace: System.Data
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework - Windows CE .NET
Assembly: System.Data (in System.Data.dll)