[This is preliminary documentation and subject to change.]
Describes the possible actions performed during database export.
| 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. |
Namespace: Primeworks.DataPortSync
Assembly: DataPortSync (in DataPortSync.dll)
Primeworks.DataPortSync Namespace