Data Port Sync 1.0.500

SqlCeCmd.PersistCommand Enumeration

[This is preliminary documentation and subject to change.]

SQL Command persistence option.

[Visual Basic]
Public Enum SqlCeCmd.PersistCommand
[C#]
public enum SqlCeCmd.PersistCommand

Members

Member Name Description
No Commands are immediate and do not persist on the device.
Yes Commands are persisted on the device and can be reused.

Requirements

Namespace: Primeworks.DesktopSqlCe

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

See Also

Primeworks.DesktopSqlCe Namespace