HiRDBCommandBuilder
Component
Member | Function |
---|---|
DataAdapter | Acquires or sets the HiRDBDataAdapter object for which an SQL statement is to be created automatically. |
Member | Function |
---|---|
GetDeleteCommand | Acquires the automatically created HiRDBCommand object for executing deletion processing on the database. |
GetInsertCommand | Acquires the automatically created HiRDBCommand object for executing insertion processing on the database. |
GetUpdateCommand | Acquires the automatically created HiRDBCommand object for executing update processing on the database. |
RefreshSchema | Updates database schema information to create the INSERT, UPDATE, or DELETE statement. |