DataAdapter.Fill Method (DataSet, String, IDataReader, Int32, Int32)
.NET Framework 4
Namespace:
System.Data.Common
Assembly: System.Data (in System.Data.dll)
protected virtual int Fill( DataSet dataSet, string srcTable, IDataReader dataReader, int startRecord, int maxRecords )
Parameters
- dataSet
- Type: System.Data.DataSet
A DataSet to fill with records.
- srcTable
- Type: System.String
A string indicating the name of the source table.
- 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 DataSet. This does not include rows affected by statements that do not return rows.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.