StatementType Enumerazione

Definizione

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à
StatementType

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.

Si applica a