以下语句执行后,myDataSet中增加的表的名称是()。 dim myDataSet as new DataSet() myDataSet.Tables.Add()
A:Table1
B:Table2
C:TableN
D:Nothing
出自:国家开放大学《.NET编程基础》