Table list in C Sharp

D

Douglas J. Steele

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.
 
Top