Partilhar via


Classe SqlCeRowUpdatingEventArgs

Fornece dados para o evento RowUpdating.

Namespace:  System.Data.SqlServerCe
Assembly:  System.Data.SqlServerCe (em System.Data.SqlServerCe.dll)

Sintaxe

'Declaração
Public NotInheritable Class SqlCeRowUpdatingEventArgs _
    Inherits RowUpdatingEventArgs
'Uso
Dim instance As SqlCeRowUpdatingEventArgs
public sealed class SqlCeRowUpdatingEventArgs : RowUpdatingEventArgs
public ref class SqlCeRowUpdatingEventArgs sealed : public RowUpdatingEventArgs
[<SealedAttribute>]
type SqlCeRowUpdatingEventArgs =  
    class
        inherit RowUpdatingEventArgs
    end
public final class SqlCeRowUpdatingEventArgs extends RowUpdatingEventArgs

Comentários

O evento RowUpdating é gerado antes da Update de uma linha.

Ao usar Update, há dois eventos que ocorrem para cada linha de dados atualizada. A ordem de execução é a seguinte:

  1. Os valores da DataRow são movidos para os valores do parâmetro.

  2. O evento OnRowUpdating é gerado.

  3. O comando é executado.

  4. Se o comando for definido como FirstReturnedRecord, o primeiro resultado retornado será colocado na DataRow.

  5. O evento OnRowUpdated é gerado.

  6. AcceptChanges é chamado.

Hierarquia de herança

System. . :: . .Object
  System. . :: . .EventArgs
    System.Data.Common. . :: . .RowUpdatingEventArgs
      System.Data.SqlServerCe..::..SqlCeRowUpdatingEventArgs

Segurança de thread

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Consulte também

Referência

Membros SqlCeRowUpdatingEventArgs

Namespace System.Data.SqlServerCe