Data Port Sync 1.0.500

SqlCeCommandBuilder. Method 

[This is preliminary documentation and subject to change.]

Sets the row updating handler event on the given adapter.

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

Parameters

DbDataAdapter
SqlCeDataAdapter to set the handler.

See Also

SqlCeCommandBuilder Class | Primeworks.DesktopSqlCe Namespace