Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
为此同步获取指定的下载表。
Public Function GetDownloadTableByName( ByVal table_name As String ) As DownloadTableData
public DownloadTableData GetDownloadTableByName(string table_name)
table_name 想要获取其下载数据的表的名称
给定表名的下载数据;如果未找到,则为空值。