StatementType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the type of SQL query to be used by the OleDbRowUpdatedEventArgs, OleDbRowUpdatingEventArgs, SqlRowUpdatedEventArgs, or SqlRowUpdatingEventArgs class.
public enum class StatementType
public enum StatementType
type StatementType =
Public Enum StatementType
- Inheritance
Fields
Name | Value | Description |
---|---|---|
Select | 0 | An SQL query that is a SELECT statement. |
Insert | 1 | An SQL query that is an INSERT statement. |
Update | 2 | An SQL query that is an UPDATE statement. |
Delete | 3 | An SQL query that is a DELETE statement. |
Batch | 4 | A SQL query that is a batch statement. |
Applies to
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.