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