Nonstop Database, HiRDB Version 9 UAP Development Guide

[Contents][Index][Back][Next]

16.4.2 List of HiRDBCommandBuilder members

Organization of this subsection
(1) Constructor
(2) Inheritance class
(3) Properties
(4) Methods

(1) Constructor

HiRDBCommandBuilder

(2) Inheritance class

When the supported ADO.NET version is 1.1:
Component

When the supported ADO.NET version is 2.0:
DbCommandBuilder

(3) Properties

Member Function Supported ADO.NET version
CatalogLocation Indicates the location of the catalog name when a server name, catalog name, schema name, and table name are used to express a qualified table name. 2.0 or later
CatalogSeparator Sets or acquires the character string used as the catalog delimiter for the HiRDBCommandBuilder object. 2.0 or later
ConflictOption Sets or acquires a combination of columns (concurrent execution check type) that are to be added to the WHERE clause of UpdateCommand or DeleteCommand that is created by the corresponding object. 2.0 or later
DataAdapter Acquires or sets the HiRDBDataAdapter object for which an SQL statement is to be created automatically. 1.1 or later
QuotePrefix Acquires or sets the start character used for specifying a column or table identifier. 2.0 or later
QuoteSuffix Acquires or sets the end character used for specifying a column or table identifier. 2.0 or later
SchemaSeparator Acquires or sets the character used as the delimiter between an authorization identifier and another identifier. 2.0 or later
SetAllValues Acquires or sets a value indicating whether all columns are to be subject to updating of their values by the UPDATE statement. 2.0 or later

(4) Methods

Member Function Supported ADO.NET version
GetDeleteCommand () Acquires the automatically created HiRDBCommand object for executing deletion processing on the database. 2.0 or later
GetDeleteCommand (bool) 2.0 or later
GetDeleteCommand (string) 1.1 or later
GetInsertCommand () Acquires the automatically created HiRDBCommand object for executing insertion processing on the database. 2.0 or later
GetInsertCommand (bool) 2.0 or later
GetInsertCommand (string) 1.1 or later
GetUpdateCommand () Acquires the automatically created HiRDBCommand object for executing update processing on the database. 2.0 or later
GetUpdateCommand (bool) 2.0 or later
GetUpdateCommand (string) 1.1 or later
QuoteIdentifier (string) Returns a specified character string enclosed by the HiRDBCommandBuilder#QuotePrefix and HiRDBCommandBuilder#QuoteSuffix property values. 2.0 or later
RefreshSchema () Updates database schema information to create the INSERT, UPDATE, or DELETE statement. 2.0 or later
RefreshSchema (string) 1.1 or later
UnquoteIdentifier (string) Returns the value obtained by removing the HiRDBCommandBuilder#QuotePrefix property value at the beginning and the HiRDBCommandBuilder#QuoteSuffix property value at the end of a specified character string. 2.0 or later