OleDbDataAdapter.Fill Method
.NET Framework 3.0
Adds or refreshes rows in the DataSet to match those in an ADO Recordset or Record object.
| Name | Description |
|---|---|
| OleDbDataAdapter.Fill (DataSet) | Adds or refreshes rows in the DataSet. |
| OleDbDataAdapter.Fill (DataTable) | Adds or refreshes rows in a specified range in the DataSet to match those in the data source using the DataTable name. |
| OleDbDataAdapter.Fill (DataSet, String) | Adds or refreshes rows in the DataSet to match those in the data source using the DataSet and DataTable names. |
| OleDbDataAdapter.Fill (DataTable, Object) | Adds or refreshes rows in a DataTable to match those in an ADO Recordset or Record object using the specified DataTable and ADO objects. |
| OleDbDataAdapter.Fill (DataSet, Object, String) | Adds or refreshes rows in the DataSet to match those in an ADO Recordset or Record object using the specified DataSet, ADO object, and source table name. |
| OleDbDataAdapter.Fill (Int32, Int32, DataTable[]) | Adds or refreshes rows in a DataTable to match those in the data source starting at the specified record and retrieving up to the specified maximum number of records. |
| OleDbDataAdapter.Fill (DataSet, Int32, Int32, String) | Adds or refreshes rows in a specified range in the DataSet to match those in the data source using the DataSet and DataTable names. |