DataAdapter.Fill Method (DataTable, IDataReader)
.NET Framework 4.5
Adds or refreshes rows in the DataTable to match those in the data source using the DataTable name and the specified IDataReader.
Namespace: System.Data.Common
Assembly: System.Data (in System.Data.dll)
Parameters
- dataTable
- Type: System.Data.DataTable
A DataTable to fill with records.
- dataReader
- Type: System.Data.IDataReader
An instance of IDataReader.
Return Value
Type: System.Int32The number of rows successfully added to or refreshed in the DataTable. This does not include rows affected by statements that do not return rows.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.