System.Data.Common.DbDataReaderExtensions
namespace System.Data.Common
{
public static class DbDataReaderExtensions
{
public static bool CanGetColumnSchema(this DbDataReader reader);
public static ReadOnlyCollection<DbColumn> GetColumnSchema(this DbDataReader reader);
}
}