Partilhar via


Classe SqlCeRowUpdatedEventArgs

Fornece dados para o evento RowUpdated.

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

Sintaxe

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

Comentários

O evento RowUpdated é gerado ao concluir uma 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. . :: . .RowUpdatedEventArgs
      System.Data.SqlServerCe..::..SqlCeRowUpdatedEventArgs

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 SqlCeRowUpdatedEventArgs

Namespace System.Data.SqlServerCe