DataAdapter.Fill Method
.NET Framework 3.0
Adds or refreshes rows in the DataSet to match those in the data source.
| Name | Description |
|---|---|
| DataAdapter.Fill (DataSet) | Adds or refreshes rows in the DataSet to match those in the data source. Supported by the .NET Compact Framework. |
| DataAdapter.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. Supported by the .NET Compact Framework. |
| DataAdapter.Fill (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. Supported by the .NET Compact Framework. |
| DataAdapter.Fill (DataSet, String, IDataReader, Int32, Int32) | Adds or refreshes rows in a specified range in the DataSet to match those in the data source using the DataSet and DataTable names. Supported by the .NET Compact Framework. |