DataAdapter::Fill Method (array<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( array<DataTable^>^ dataTables, IDataReader^ dataReader, int startRecord, int maxRecords )
Parameters
- dataTables
-
Type:
array<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
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 DataTable. This does not include rows affected by statements that do not return rows.
See the remarks for System.Data.Common.DataAdapter.Fill(System.Data.DataSet) for additional information.
Available since 2.0