DataAdapter::Fill Method
.NET Framework (current version)
Adds or refreshes rows in the DataSet to match those in the data source.
Assembly: System.Data (in System.Data.dll)
| Name | Description | |
|---|---|---|
![]() | Fill(DataSet^) | Adds or refreshes rows in the DataSet to match those in the data source. |
![]() | Fill(DataSet^, String^, IDataReader^, Int32, Int32) | |
![]() | Fill(DataTable^, IDataReader^) | Adds or refreshes rows in the DataTable to match those in the data source using the DataTable name and the specified IDataReader. |
![]() | Fill(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. |
Show:

