IDataAdapter Methods
.NET Framework 4.5
The IDataAdapter type exposes the following members.
| Name | Description | |
|---|---|---|
|
Fill | Adds or updates rows in the DataSet to match those in the data source using the DataSet name, and creates a DataTable named "Table". |
|
FillSchema | Adds a DataTable named "Table" to the specified DataSet and configures the schema to match that in the data source based on the specified SchemaType. |
|
GetFillParameters | Gets the parameters set by the user when executing an SQL SELECT statement. |
|
Update | Calls the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the specified DataSet from a DataTable named "Table". |