DB2eCommandBuilder Members


Table 160. Public Static (Shared) Methods

Method Description
DeriveParameters Retrieves parameter information from the stored procedure specified in the DB2eCommand and populates the Parameters collection of the specified DB2eCommand object.

Table 161. Public Instance Constructors

Constructor Description
DB2eCommandBuilder() Overloaded. Initialize a new instance of the DB2eCommandBuilder class.
DB2eCommandBuilder(DB2eDataAdapter) Overloaded. Initialize a new instance of the DB2eCommandBuilder class with the associated DB2eDataAdapter object.

Table 162. Public Instance Properties

Property Description
DataAdapter Gets or sets an DB2eDataAdapter object for which this DB2eCommandBuilder object will generate SQL statements.

Table 163. Public Instance Methods

Method Description
GetDeleteCommand Gets the automatically generated DB2eCommand object required to perform deletions at the database.
GetInsertCommand Gets the automatically generated DB2eCommand object required to perform insertions at the database.
GetUpdateCommand Gets the automatically generated DB2eCommand object required to perform updates at the database.
RefreshSchema Refreshes the database schema information used to generate INSERT, UPDATE, or DELETE statements.

Table 164. Protected Instance Methods

Method Description
Dispose Overloaded.