IfxCommandBuilder public methods

IfxCommandBuilder.DeriveParameters

void IfxCommandBuilder.DeriveParameters(IfxCommand command)

Retrieves information about parameters for the stored procedures specified by an IfxCommand object and overwrites the IfxParameterCollection object with this information.

IfxCommandBuilder.GetDeleteCommand

IfxCommand IfxCommandBuilder.GetDeleteCommand()

Gets the automatically generated IfxCommand object required to perform deletions on the database when an application calls the IfxDataAdapter.Update method.

IfxCommandBuilder.GetInsertCommand

IfxCommand IfxCommandBuilder.GetInsertCommand()

Gets the automatically generated IfxCommand object required to perform inserts on the database when an application calls the IfxDataAdapter.Update method.

IfxCommandBuilder.GetUpdateCommand

IfxCommand IfxCommandBuilder.GetUpdateCommand()

Gets the automatically generated IfxCommand object required to perform updates on the database when an application calls the IfxDataAdapter.Update method.

IfxCommandBuilder.RefreshSchema

void IfxCommandBuilder.RefreshSchema

Refreshes the database schema information used to generate INSERT, UPDATE, or DELETE statements.