SynchronizeFromProfile function

Synchronize the database using the given profile and merge parameters.

Syntax
bool UltraLite_Connection_iface::SynchronizeFromProfile(
  ULValue const & profile_name,
  ULValue const & merge_parms
)
Parameters
  • profile_name   Profile name to synchronize.

  • merge_parms   Merge parameters for the synchronization

Remarks

This is identical to executing the SYNCHRONIZE statement.