Retrieving SQL table properties

  • Thread starter Thread starter Vik
  • Start date Start date
V

Vik

What is a method to create a datatable containing the properties of an SQL
Server table?

Thank you.
 
Look at the IDataReader.GetSchemaTable method.

Tu-Thach

----- Vik wrote: -----

What is a method to create a datatable containing the properties of an SQL
Server table?

Thank you.
 

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