How To Retrieve Column Names Using A DataReader and DataSet

This article shows three ways to retrieve database column names from DataSet and DataReader in ADO.NET. You have to access the individual table that is within the DataSet to retrieve the values.

ITPro Today

March 14, 2002

1 Min Read
ITPro Today logo

This article shows three ways to retrieve database column names from DataSet and DataReader in ADO.NET. You have to access the individual table that is within the DataSet to retrieve the values.

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like