15.3 List of classes provided by HiRDB.NET Data Provider

HiRDB.NET Data Provider complies with ADO.NET specifications.

Table 15-1 lists and describes the classes provided by HiRDB.NET Data Provider.

Table 15-1 List of HiRDB.NET Data Provider classes

ClassFunction
HiRDBCommandRepresents an SQL statement or stored procedure that is executed on a database.
HiRDBCommandBuilderAutomatically creates a single table command to make a change to DataSet that has been associated with a database.
HiRDBConnectionRepresents an open connection to a database.
HiRDBDataAdapterRepresents a series of data commands and database connections that are used to store data in DataSet and update a database.
HiRDBDataReaderProvides a method for reading a forward stream in data rows from a database.
HiRDBExceptionRepresents an exception that is created when a warning or error is returned from HiRDB.NET Data Provider.
HiRDBParameterRepresents a HiRDBCommand parameter and a map for DataColumn as an option.
HiRDBParameterCollectionRepresents a parameter collection associated with HiRDBCommand and a map of each parameter for DataSet columns.
HiRDBRowUpdatedEventArgsProvides data for a RowUpdated event.
HiRDBRowUpdatingEventArgsProvides data for a RowUpdating event.
HiRDBTransactionRepresents a transaction that is executed on a database.