IfxDataAdapter public methods

IfxDataAdapter.Fill
Adds or refreshes rows in the DataSet to match those in the database using the DataSet name, and creates a DataTable named Table.
IfxDataAdapter.FillSchema
Adds a DataTable to the specified DataSet and configures the schema to match that in the database based on the specified SchemaType.
IfxDataAdapter.GetFillParameters
Gets the parameters set by the user when executing an SQL SELECT statement.
IfxDataAdapter.Update
Calls the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the specified DataSet from a DataTable.