DataAdapter.Fill Method (DataTable[], IDataReader, Int32, Int32)
Adds or refreshes rows in a specified range in the collection of DataTable objects to match those in the data source.
Assembly: System.Data (in System.Data.dll)
protected virtual int Fill( DataTable[] dataTables, IDataReader dataReader, int startRecord, int maxRecords )
Parameters
- dataTables
- Type: System.Data.DataTable[]
A collection of DataTable objects to fill with records.
- dataReader
- Type: System.Data.IDataReader
An instance of IDataReader.
- startRecord
- Type: System.Int32
An integer indicating the location of the starting record.
- maxRecords
- Type: System.Int32
An integer indicating the maximum number of records.
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 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98, Windows CE, Windows Mobile for Smartphone, Windows Mobile for Pocket PC, Xbox 360, Zune
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.