This documentation is archived and is not being maintained.
StatementType Enumeration
.NET Framework 1.1
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
Members
| 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. |
Requirements
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
Assembly: System.Data (in System.Data.dll)
See Also
Show: