SqlCeRowUpdatedEventArgs Members
Provides data for the RowUpdated event.
The SqlCeRowUpdatedEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SqlCeRowUpdatedEventArgs(DataRow, IDbCommand, StatementType, DataTableMapping) | Initializes a new instance of the SqlCeRowUpdatedEventArgs class. |
Top
Methods
Name | Description | |
---|---|---|
CopyToRows(array<DataRow> [] () [] []) | (inherited from RowUpdatedEventArgs) | |
CopyToRows(array<DataRow> [] () [] [], Int32) | (inherited from RowUpdatedEventArgs) | |
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 | |
---|---|---|
Command | Gets the SqlCeCommand executed when Update is called. | |
Errors | (inherited from RowUpdatedEventArgs) | |
RecordsAffected | (inherited from RowUpdatedEventArgs) | |
Row | (inherited from RowUpdatedEventArgs) | |
RowCount | (inherited from RowUpdatedEventArgs) | |
StatementType | (inherited from RowUpdatedEventArgs) | |
Status | (inherited from RowUpdatedEventArgs) | |
TableMapping | (inherited from RowUpdatedEventArgs) |
Top