Share via


SqlCeRowUpdatedEventArgs クラス

RowUpdated イベントのデータを提供します。

名前空間:  System.Data.SqlServerCe
アセンブリ:  System.Data.SqlServerCe (System.Data.SqlServerCe.dll)

構文

'宣言
Public NotInheritable Class SqlCeRowUpdatedEventArgs _
    Inherits RowUpdatedEventArgs
'使用
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

説明

RowUpdated イベントは、行に対する Update が完了したときに発生します。

Update を使用すると、データ行が更新されるたびに 2 つのイベントが発生します。次の順序で処理が実行されます。

  1. DataRow 内の値が、パラメータ値に移動されます。

  2. OnRowUpdating イベントが発生します。

  3. コマンドが実行されます。

  4. コマンドが FirstReturnedRecord に設定されている場合は、最初に返された結果が DataRow に格納されます。

  5. OnRowUpdated イベントが発生します。

  6. AcceptChanges が呼び出されます。

継承階層

System. . :: . .Object
  System. . :: . .EventArgs
    System.Data.Common. . :: . .RowUpdatedEventArgs
      System.Data.SqlServerCe..::..SqlCeRowUpdatedEventArgs

スレッド セーフ

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.

関連項目

参照

SqlCeRowUpdatedEventArgs メンバー

System.Data.SqlServerCe 名前空間