IDbDataAdapter Methods
.NET Framework (current version)
Namespace:
System.Data
Assembly: System.Data (in System.Data.dll)
| Name | Description | |
|---|---|---|
![]() | Fill(DataSet^) | Adds or updates rows in the DataSet to match those in the data source using the DataSet name, and creates a DataTable named "Table".(Inherited from IDataAdapter.) |
![]() | FillSchema(DataSet^, SchemaType) | 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.(Inherited from IDataAdapter.) |
![]() | GetFillParameters() | Gets the parameters set by the user when executing an SQL SELECT statement.(Inherited from IDataAdapter.) |
![]() | Update(DataSet^) | Calls the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the specified DataSet from a DataTable named "Table".(Inherited from IDataAdapter.) |
Show:
