SqlCeDataAdapter Events

Include Protected Members
Include Inherited Members

The SqlCeDataAdapter type exposes the following members.

Events

  Name Description
Public event Disposed (inherited from Component)
Public event FillError (inherited from DataAdapter)
Public event RowUpdated Occurs during a call to Update after an update command is executed against the data source. The attempt to update is made and then this event fires.
Public event RowUpdating Occurs during a call to Update before an update command is executed against the data source. The attempt to update is made, and then this event fires.

Top

See Also

Reference

SqlCeDataAdapter Class

System.Data.SqlServerCe Namespace