Provides data for the RowUpdating event.
For a list of all members of this type, see SqlCeRowUpdatingEventArgs Members.
System.Object
System.EventArgs
System.Data.Common.RowUpdatingEventArgs
System.Data.SqlServerCe.SqlCeRowUpdatingEventArgs
[Visual Basic] NotInheritable Public Class SqlCeRowUpdatingEventArgs Inherits RowUpdatingEventArgs [C#] public sealed class SqlCeRowUpdatingEventArgs : RowUpdatingEventArgs [C++] public __gc __sealed class SqlCeRowUpdatingEventArgs : public RowUpdatingEventArgs [JScript] public class SqlCeRowUpdatingEventArgs extends RowUpdatingEventArgs
Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.
The RowUpdating event is raised before an Update to a row.
When using Update, there are two events that occur for each data row updated. The order of execution is as follows:
Namespace: System.Data.SqlServerCe
Platforms: .NET Compact Framework - Windows CE .NET
Assembly: System.Data.Sqlserverce (in System.Data.Sqlserverce.dll)
SqlCeRowUpdatingEventArgs Members | System.Data.SqlServerCe Namespace