I've worked around the above issue for now by removing and re-adding the datatable instead of using the DataSet.Tables().Clear function: If ClearTable And DSet.Tables(TableNm).Rows.Count > 0 Then DSet.Tables.Remove(TableNm) DSet.Tables.Add(TableNm) End If 这篇关于Winforms IF 语句不起作用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 1403页,肝出来的.. 09-06 16:54