Using LINQ, how can I get the column names of a table? C# 3.0, 3.5 framework
sp_help 'TableName'
An option for a LinqPad SQL window to ms sql server