DataAdapter::Fill Method (DataTable^, IDataReader^)
.NET Framework (current version)
Adds or refreshes rows in the DataTable to match those in the data source using the DataTable name and the specified IDataReader.
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.
See the remarks for System.Data.Common.DataAdapter.Fill(System.Data.DataSet) for additional information.
.NET Framework
Available since 2.0
Available since 2.0
Show: