Nonstop Database, HiRDB Version 9 UAP Development Guide

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

16.4.4 List of HiRDBDataAdapter members

Organization of this subsection
(1) Constructor
(2) Inheritance classes
(3) Properties
(4) Events

(1) Constructor

HiRDBDataAdapter

(2) Inheritance classes

When the supported ADO.NET version is 1.1:
DbDataAdapter, IDbDataAdapter

When the supported ADO.NET version is 2.0:
DbDataAdapter

(3) Properties

Member Function Supported ADO.NET version
DeleteCommand Acquires or sets the SQL statement for deleting records from a data set. 1.1 or later
InsertCommand Acquires or sets the SQL statement for inserting new records in a database. 1.1 or later
SelectCommand Acquires or sets the SQL statement for selecting records in a database. 1.1 or later
UpdateCommand Acquires or sets the SQL statement for updating records in a database. 1.1 or later

(4) Events

Member Function Supported ADO.NET version
RowUpdated Event occurring after a command has been executed on the data source during update processing. 1.1 or later
RowUpdating Event occurring before a command is executed on the data source during update processing. 1.1 or later