SqlDataDictionary.tableSynchronize Method

Synchronizes the Microsoft Dynamics AX table and the table of the SQL database.

Syntax

public int tableSynchronize(
    TableId tableId, 
   [boolean update_dict_info_only, 
    boolean check_indexes])

Run On

Server

Parameters

  • update_dict_info_only
    Type: boolean
    If set to true method just refreshes SqlDictionary info table; optional. By default, false.
  • check_indexes
    Type: boolean
    When set forces reindex of the table indexes; optional. By default, true.

Return Value

Type: int
true if the method succeeds.

See Also

Reference

SqlDataDictionary Class