StatementType Enumerazione

Definizione

Specifica il tipo di query SQL da usare dalla classe OleDbRowUpdatedEventArgs, OleDbRowUpdatingEventArgs, SqlRowUpdatedEventArgso SqlRowUpdatingEventArgs .

public enum class StatementType
public enum StatementType
type StatementType = 
Public Enum StatementType
Ereditarietà
StatementType

Campi

Nome Valore Descrizione
Select 0

Query SQL che è un'istruzione SELECT.

Insert 1

Query SQL che rappresenta un'istruzione INSERT.

Update 2

Query SQL che rappresenta un'istruzione UPDATE.

Delete 3

Query SQL che è un'istruzione DELETE.

Batch 4

Query SQL che è un'istruzione batch.

Si applica a