SqlCeRowUpdatingEventArgs Members

Provides data for the RowUpdating event.

The SqlCeRowUpdatingEventArgs type exposes the following members.

Constructors

  Name Description
Public method SqlCeRowUpdatingEventArgs(DataRow, IDbCommand, StatementType, DataTableMapping) Initializes a new instance of the SqlCeRowUpdatingEventArgs class.

Top

Methods

  Name Description
Public method Equals(Object) (inherited from Object)
Protected method Finalize() () () () (inherited from Object)
Public method GetHashCode() () () () (inherited from Object)
Public method GetType() () () () (inherited from Object)
Protected method MemberwiseClone() () () () (inherited from Object)
Public method ToString() () () () (inherited from Object)

Top

Properties

  Name Description
Protected property BaseCommand (inherited from RowUpdatingEventArgs)
Public property Command Gets or sets the SqlCeCommand to execute when performing an Update.
Public property Errors (inherited from RowUpdatingEventArgs)
Public property Row (inherited from RowUpdatingEventArgs)
Public property StatementType (inherited from RowUpdatingEventArgs)
Public property Status (inherited from RowUpdatingEventArgs)
Public property TableMapping (inherited from RowUpdatingEventArgs)

Top

See Also

Reference

SqlCeRowUpdatingEventArgs Class

System.Data.SqlServerCe Namespace