【发布时间】:2018-10-30 23:46:40
【问题描述】:
我错过了一些东西
我有一个带有表格数据集的应用程序
我需要检查某些行的特定数据,但我做错了。
那么我如何从现有数据集中的现有表中填充临时数据表。
我设置:
Dim myDataset as new myApplication.myDataset
Dim myTable as new dataTable
mytable = myDataset.Tables(nameOfTable)
' Here i get everything but the rows
' So how i load the rows in the above datatable
' Right now i get a nice round 0
【问题讨论】: