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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top