This documentation is archived and is not being maintained.
DataAdapter::Fill Method
Visual Studio 2010
Adds or refreshes rows in the DataSet to match those in the data source.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Fill(DataSet) | Adds or refreshes rows in the DataSet to match those in the data source. |
|
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. |
|
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. |
Show: