StatementType Enumerazione
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Specifica il tipo di query SQL che deve essere utilizzata dalle classi OleDbRowUpdatedEventArgs, OleDbRowUpdatingEventArgs, SqlRowUpdatedEventArgs o SqlRowUpdatingEventArgs.
public enum class StatementType
public enum StatementType
type StatementType =
Public Enum StatementType
- Ereditarietà
Campi
Batch | 4 | Query SQL che rappresenta un'istruzione batch. |
Delete | 3 | Query SQL che rappresenta un'istruzione DELETE. |
Insert | 1 | Query SQL che rappresenta un'istruzione INSERT. |
Select | 0 | Query SQL che rappresenta un'istruzione SELECT. |
Update | 2 | Query SQL che rappresenta un'istruzione UPDATE. |