Data Port Sync 1.0.500

ExportAction Enumeration

[This is preliminary documentation and subject to change.]

Describes the possible actions performed during database export.

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

Members

Member Name Description
None Nothing is happening. Used for initialization.
Started Export has started.
CreateTable A table is being created in the mobile database.
ExportTable Table data is being exported to the mobile database.
CreateIndex An index is being created on the mobile database.
CreateForeignKey A FOREIGN KEY constraint is being created on the mobile database.
Finished Export finished.
Error An error was detected during export.

Requirements

Namespace: Primeworks.DataPortSync

Assembly: DataPortSync (in DataPortSync.dll)

See Also

Primeworks.DataPortSync Namespace