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:
Os valores da DataRow são movidos para os valores do parâmetro.
O evento OnRowUpdating é gerado.
O comando é executado.
Se o comando for definido como FirstReturnedRecord, o primeiro resultado retornado será colocado na DataRow.
O evento OnRowUpdated é gerado.
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.