Navigation:  Functions > Enum Functions >

DaoSynchronizeTypeEnum() Function

Previous pageReturn to chapter overviewNext page

Purpose

Returns a 2-dimensional array with all the values of the SynchronizeType Enum.

 

Description

Every row in this array has 2 values:

The numeric value of the Enum value
A text representation of this value

 

This array can be used to validate values, and to print a ,meaningful description of the values during debugging

You can pass this array tro the DaoEnum2Str() function to convert the value of an Enum to a string

 

ConstantDescription        
dbRepExportChangesSends changes from current database to target database.        
dbRepImportChangesReceives changes from target database.        
dbRepImpExpChangesSends and receives data in a bidirectional exchange.        
dbRepSyncInternetExchanges data between files connected via an Internet pathway.        

 

Returns

Array

 

See Also

DaoEnum2Str()