Table list in C Sharp

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a way to get the list of tables and there columns from C Sharp?
 
You should be able to check the Tables and Columns collections in ADOX, or
use the OpenSchema method of the ADO Connection object.

Sorry: I don't use C#, so I don't have any sample code.
 

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