G
Guest
Given a table name (e.g. CUSTOMERS), how do I get column names of the table
and the data types of the columns the table has?
I am using SQLServer and would like to get that info from my C# code.
and the data types of the columns the table has?
I am using SQLServer and would like to get that info from my C# code.