Get Created DataTables Name

  • Thread starter Thread starter Thomas Wang
  • Start date Start date
T

Thomas Wang

There are several public separated datatables in a form.
How can i enumerate these tables name ?

Thanks
 
Whatever dataset or local variable, if datatable print its name.
(it may like vb data environment)
 
Hi Thomas,

You'll need to use reflection on your form class.
I suggest you to read about reflecition in .net help files for start.
 
Back
Top