Data Port Sync 1.0.500

CommandCode Enumeration

[This is preliminary documentation and subject to change.]

Enumeration of the command types that travel through the communication pipe.

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

Members

Member Name Description
Quit Terminates the communication between the desktop and the device.
Error Asynchronous error.
Ok Acknowledge information from the device.
Fail Failed acknowledge
Progress Progressing (use for progress bars)
GetSqlError Requests a SQL Server CE Engine error
SqlError A SQL Server CE Engine error
GetOleDbError Requests an OLE DB error
OleDbError An OLE DB error
SchemaGetTables Retrieve a list of all user tables.
SchemaTableList User table list.
SchemaTableInfo Table schema information.
BeginTransaction Begins a transaction.
Commit Commits a transaction.
Rollback Rolls back a transaction.
ChangedRow Read-only A changed row was detected.
BrowseFlash Browse all flash cards
FlashList Reports the list of flash cards

Requirements

Namespace: Primeworks.DesktopSqlCe

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

See Also

Primeworks.DesktopSqlCe Namespace