RowUpdatedEventArgs.StatementType Propriedade
Definição
Obtém o tipo de instrução SQL executada.Gets the type of SQL statement executed.
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
Valor da propriedade
O tipo de instrução SQL executada.The type of SQL statement executed.
Comentários
StatementType pode ser um dos seguintes valores:StatementType can be one of the following values:
SelecionarSelect
InserirInsert
AtualizarUpdate
ExcluirDelete