Nonstop Database, HiRDB Version 9 UAP Development Guide

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

16.4.9 List of HiRDBProviderFactory members

Organization of this subsection
(1) Constructor
(2) Inheritance classes
(3) Field
(4) Properties
(5) Methods

(1) Constructor

HiRDBProviderFactory

(2) Inheritance classes

DbProviderFactory

(3) Field

Instance

(4) Properties

Member Function Supported ADO.NET version
CanCreateDataSourceEnumerator Indicates whether a class derived from the DbDataSourceEnumerator class is to be supported. 2.0 or later

(5) Methods

Member Function Supported ADO.NET version
CreateCommand () Creates and returns the HiRDBCommand object. 2.0 or later
CreateCommandBuilder () Creates and returns a HiRDBCommandBuilder object. 2.0 or later
CreateConnection () Creates and returns a HiRDBConnection object. 2.0 or later
CreateConnectionStringBuilder () Creates and returns a DbConnectionStringBuilder object. 2.0 or later
CreateDataAdapter () Creates and returns a HiRDBDataAdapter object. 2.0 or later
CreateDataSourceEnumerator () Returns System.NotSupportedException. 2.0 or later
CreateParameter () Creates and returns a HiRDBParameter object. 2.0 or later