Data Port Sync 1.0.500

SqlCeDataAdapter. Method 

[This is preliminary documentation and subject to change.]

Raises the RowUpdating event using a RowUpdatingEventArgs object.

[Visual Basic]
Overrides Protected Sub ( _
   ByVal RowUpdatingEventArgs As RowUpdatingEventArgs _
)
[C#]
protected override void (
   RowUpdatingEventArgs value
);

Parameters

RowUpdatingEventArgs
A RowUpdatingEventArgs object that contains the data.

See Also

SqlCeDataAdapter Class | Primeworks.DesktopSqlCe Namespace