I am using C# to write a method that returns the following information about a table: column names, column types, column sizes, foreign keys.
Can someone point me in
I think you need the System.Data.DataTable class: http://msdn.microsoft.com/en-us/library/system.data.datatable.aspx