Gets the named download table for this synchronization.
Public Function GetDownloadTableByName( ByVal table_name As String ) As DownloadTableData
public DownloadTableData GetDownloadTableByName(string table_name)
table_name The name of the table for which you want the download data
The download data for the given table name, or null if not found.