DataAdapter.Fill Method (DataSet, String, IDataReader, Int32, Int32)
.NET Framework 4.5
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
The zero-based index 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 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.