Data Port Sync 1.0.500

SqlCeDataAdapter Events

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

Public Instance Events

Disposed (inherited from Component)Adds an event handler to listen to the Disposed event on the component.
FillError (inherited from DataAdapter)Returned when an error occurs during a fill operation.
RowUpdated Occurs during DbDataAdapter.Update after a command is executed against the data source.
RowUpdating Occurs during DbDataAdapter.Update before a command is executed against the data source.

See Also

SqlCeDataAdapter Class | Primeworks.DesktopSqlCe Namespace