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 つのイベントが発生します。次の順序で処理が実行されます。
DataRow 内の値が、パラメータ値に移動されます。
OnRowUpdating イベントが発生します。
コマンドが実行されます。
コマンドが FirstReturnedRecord に設定されている場合は、最初に返された結果が DataRow に格納されます。
OnRowUpdated イベントが発生します。
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.