System.Data.OleDb Namespace OleDbDataAdapter Class
Adds or refreshes rows in the DataSet to match those in an ADO Recordset or Record object.
1. Adds or refreshes rows in a DataTable to match those in an ADO Recordset or Record object using the specified DataTable and ADO objects.
2. 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.
3. Inherited from DbDataAdapter.
4. Inherited from DbDataAdapter.
5. Inherited from DbDataAdapter.
6. Inherited from DbDataAdapter.
7. Inherited from DbDataAdapter.
8. Inherited from DbDataAdapter.
9. Inherited from DbDataAdapter.
10. Inherited from DbDataAdapter.
The following example uses an OleDbDataAdapter to fill a DataSet using an ADO Recordset that is an ADO Record object.
This example assumes that you have created an ADO RecordSet and Record object.
NOTE: This example uses one of the overloaded versions of Fill. For other examples that may be available, see the individual overload topics.
[ xample to be supplied. ]
[ xample to be supplied. ] |
|
C# |
VB |
OleDbDataAdapter Members
|
|