Search notes:

System.Data.IDataReader (interface)

System.Data.IDataReader implements System.Data.IDataRecord and System.IDisposable.
Types that implement System.Data.IDataReader include
A class that implments IDataReader can be passed to the Load() method of a instance of System.Data.DataTable to fill the DataTable.

Index