Data Port Sync 1.0.500

SqlCeTableAdapterUpdateMode Enumeration

[This is preliminary documentation and subject to change.]

Mode for the table adapter

[Visual Basic]
Public Enum SqlCeTableAdapterUpdateMode
[C#]
public enum SqlCeTableAdapterUpdateMode

Members

Member Name Description
RoundTrip Data is read after is written.
DeviceOnly Data is not read back from the device.

Requirements

Namespace: Primeworks.DesktopSqlCe

Assembly: Primeworks.DesktopSqlCe (in Primeworks.DesktopSqlCe.dll)

See Also

Primeworks.DesktopSqlCe Namespace