Data Port Sync 1.0.500

SqlCeRowUpdatingEventArgs Properties

The properties of the SqlCeRowUpdatingEventArgs class are listed below. For a complete list of SqlCeRowUpdatingEventArgs class members, see the SqlCeRowUpdatingEventArgs Members topic.

Public Instance Properties

CommandOverloaded. Gets or sets the SqlCeCommand that is executed when Update is called.
Errors (inherited from RowUpdatingEventArgs)Gets any errors generated by the .NET Framework data provider when the Command executes.
Row (inherited from RowUpdatingEventArgs)Gets the DataRow that will be sent to the server as part of an insert, update, or delete operation.
StatementType (inherited from RowUpdatingEventArgs)Gets the type of SQL statement to execute.
Status (inherited from RowUpdatingEventArgs)Gets or sets the UpdateStatus of the Command property.
TableMapping (inherited from RowUpdatingEventArgs)Gets the DataTableMapping to send through the Update.

Protected Instance Properties

BaseCommand (inherited from RowUpdatingEventArgs)Gets or sets the IDbCommand object for an instance of this class.

See Also

SqlCeRowUpdatingEventArgs Class | Primeworks.DesktopSqlCe Namespace