DbProviderFactory Class Members
The following tables list the members exposed by DbProviderFactory.
Public Fields
Name | Description | |
---|---|---|
![]() |
CONFIGURATION_SECTION_NAME | The name of the configuration section that DbProviderFactory expects in the application configuration file |
![]() |
MSSQL_PROVIDER_NAME | The default provider name of MSSQL-based data providers |
![]() |
ODPNET_PROVIDER_NAME | |
![]() |
ORACLE_PROVIDER_NAME | The default provider name of Oracle-based data providers |
Public Properties
Name | Description | |
---|---|---|
![]() ![]() |
Provider | Gets a reference to the default configured DbProvider instance |
![]() ![]() |
ProviderNames | Gets the list of available provider names/alias that can be used for displaying to the user or as an argument for the CreateProvider method. |
Public Methods
Name | Description | |
---|---|---|
![]() ![]() |
ConfigureProviders | Overloaded. |
![]() ![]() |
CreateProvider | Overloaded. Creates a new instance of a DbProvider object from the default configured provider |
![]() ![]() |
IsOracle | |
![]() |
IsValidProvider | Gets whether or not the specified alias or name is a valid alias/name for a configured or intrinsic data access provider |