Description of SqlDataReader.GetSchemaTable Method :
SqlDataReader.GetSchemaTable Method is an ASP.NET tutorial which shows how GetSchemaTable method of the SqlDataReader object can be used to obtain the information about each column from the DataTable object. This metadata includes column name, size, basecolumn name, column ordinal, datatype, baseserver name etc., You can get a brief description about this information from this tutorial.