Select from following answers:- Call the SyncAgent.Synchronize method and Use the TableAdapter to query the local database table and refresh the DataSet.
- Use returned SyncStatistics to update the DataSet.
- Use the TableAdapter to query the corporate database table and refresh the DataSet.
- All Above
You must call the SyncAgent.Synchronize method to perform the synchronization.
You must refresh in-memory data (such as a dataset). Because this scenario uses a TableAdapter, use a Fill method to refresh the data. Typically, you refresh against the local copy, which represents a filtered and optimized view of the corporate data for local consumption.
Do not refresh the data by using the Fill method against the corporate database. Use the local filtered and optimized data.
Show Correct Answer
Source: Measureup.com | |
Alert Moderator