RowUpdatingEventArgs.StatementType Proprietà

Definizione

Ottiene il tipo di istruzione SQL da eseguire.

public:
 property System::Data::StatementType StatementType { System::Data::StatementType get(); };
public System.Data.StatementType StatementType { get; }
member this.StatementType : System.Data.StatementType
Public ReadOnly Property StatementType As StatementType

Valore della proprietà

Tipo di istruzione SQL da eseguire.

Commenti

StatementType può essere uno dei valori seguenti:

  • Select

  • INS

  • Aggiornamento

  • Delete

Si applica a

Vedi anche