Method | Description |
Derive Parameters | Retrieves the parameter metadata of the database procedure specified in the IngresCommand object and populates the IngresCommand.Parameters collection. |
GetDeleteCommand | Gets the generated IngresCommand to perform DELETE operations on the table. |
GetInsertCommand | Gets the generated IngresCommand to perform INSERT operations on the table. |
GetUpdateCommand | Gets the generated IngresCommand to perform UPDATE operations on the table. |
QuoteIdentifier | Wrap quotes around an identifier. |
RefreshSchema | Refreshes the IngresCommandBuilder's copy of the metadata of a possibly changed SELECT statement in the IngresDataAdapter.SelectCommand object. |
UnquoteIdentifier | Removes quotes from an identifier. |