Data Port Sync 1.0.500

SqlCeDataAdapter. Method 

[This is preliminary documentation and subject to change.]

Raises the RowUpdated event using a RowUpdatedEventArgs object.

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

Parameters

RowUpdatedEventArgs
A RowUpdatedEventArgs object that contains the data.

See Also

SqlCeDataAdapter Class | Primeworks.DesktopSqlCe Namespace