DataAdapter.Fill Method
.NET Framework 2.0
Adds or refreshes rows in the DataSet to match those in the data source using the DataSet name, and creates a DataTable.
| Name | Description |
|---|---|
| DataAdapter.Fill (DataSet) | Adds or refreshes rows in the DataSet to match those in the data source using the DataSet name, and creates a DataTable. Supported by the .NET Compact Framework. |
| DataAdapter.Fill (DataTable, IDataReader) | Adds or refreshes rows in the DataSet to match those in the data source using the DataSet name, and creates a DataTable. Supported by the .NET Compact Framework. |
| DataAdapter.Fill (DataTable[], IDataReader, Int32, Int32) | Adds or refreshes rows in the DataSet to match those in the data source using the DataSet name, and creates a DataTable. Supported by the .NET Compact Framework. |
| DataAdapter.Fill (DataSet, String, IDataReader, Int32, Int32) | Adds or refreshes rows in the DataSet to match those in the data source using the DataSet name, and creates a DataTable. Supported by the .NET Compact Framework. |