Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides data for the RowUpdating event.
The SqlCeRowUpdatingEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SqlCeRowUpdatingEventArgs(DataRow, IDbCommand, StatementType, DataTableMapping) | Initializes a new instance of the SqlCeRowUpdatingEventArgs class. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (inherited from Object) |
![]() |
Finalize() () () () | (inherited from Object) |
![]() |
GetHashCode() () () () | (inherited from Object) |
![]() |
GetType() () () () | (inherited from Object) |
![]() |
MemberwiseClone() () () () | (inherited from Object) |
![]() |
ToString() () () () | (inherited from Object) |
Top
Properties
Name | Description | |
---|---|---|
![]() |
BaseCommand | (inherited from RowUpdatingEventArgs) |
![]() |
Command | Gets or sets the SqlCeCommand to execute when performing an Update. |
![]() |
Errors | (inherited from RowUpdatingEventArgs) |
![]() |
Row | (inherited from RowUpdatingEventArgs) |
![]() |
StatementType | (inherited from RowUpdatingEventArgs) |
![]() |
Status | (inherited from RowUpdatingEventArgs) |
![]() |
TableMapping | (inherited from RowUpdatingEventArgs) |
Top